#2CCAB7

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

Shades of Light Sea Green #2CCAB7

Tints of Light Sea Green #2CCAB7

Color information

#2CCAB7 (or 0x2CCAB7) is unknown color: approx Light Sea Green. HEX triplet: 2C, CA and B7. RGB value is (44,202,183). Sum of RGB (Red+Green+Blue) = 44+202+183=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCAB7 is #D33548. Grayscale: #989898. Windows color (decimal): -13841737 or 12044844. OLE color: 12044844.

HSL color Cylindrical-coordinate representation of color #2CCAB7: hue angle of 172.78º 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 #2CCAB7 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB44202183-
CMYK0.7800.090.21
HSL172.78º64.23%48.24%-
HSV(B)172.78º78.22%79.22%-
XYZ30.7146.252.1-
YUV152.59145.1550.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.26%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=10.26%
G=47.09%
B=42.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442021830.7800.090.21172.7864.2348.24
Hex2CCAB74E0915ad4030
Octal543122671160112525510060
Binary101100110010101011011110011100100110101101011011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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