#2CCABB

Color #2CCABB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2CCABB

Tints of Light Sea Green #2CCABB

Color information

#2CCABB (or 0x2CCABB) is unknown color: approx Light Sea Green. HEX triplet: 2C, CA and BB. RGB value is (44,202,187). Sum of RGB (Red+Green+Blue) = 44+202+187=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCABB is #D33544. Grayscale: #989898. Windows color (decimal): -13841733 or 12306988. OLE color: 12306988.

HSL color Cylindrical-coordinate representation of color #2CCABB: hue angle of 174.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCABB is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB44202187-
CMYK0.7800.070.21
HSL174.3º64.23%48.24%-
HSV(B)174.3º78.22%79.22%-
XYZ31.1346.3654.32-
YUV153.05147.1550.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 10.16%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=10.16%
G=46.65%
B=43.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442021870.7800.070.21174.364.2348.24
Hex2CCABB4E0715ae4030
Octal54312273116072525610060
Binary10110011001010101110111001110011110101101011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CCABB; }

 p { color: rgb(44,202,187); }

 H1.HeaderClassName
 {
   color: #2CCABB;
 }
 .AnyTagClassName
 {
   color: #2CCABB;
 }
</style>
background-color css

<style>
 a { background-color: #2CCABB; }

 a { background-color: rgb(44,202,187); }

 div.DivClassName
 {
   background-color: #2CCABB;
 }
 .BgClassName
 {
   background-color: #2CCABB;
 }
</style>
border-color css

<style>
 span { border-color: #2CCABB; }

 span { border-color: rgb(44,202,187); }

 td.TdClassName
 {
   border-color: #2CCABB;
 }
 .TagClassName
 {
   border-color: #2CCABB;
 }
</style>