#2CCCB8

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

Shades of Light Sea Green #2CCCB8

Tints of Light Sea Green #2CCCB8

Color information

#2CCCB8 (or 0x2CCCB8) is unknown color: approx Light Sea Green. HEX triplet: 2C, CC and B8. RGB value is (44,204,184). Sum of RGB (Red+Green+Blue) = 44+204+184=432 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.19% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCB8 is #D33347. Grayscale: #999999. Windows color (decimal): -13841224 or 12110892. OLE color: 12110892.

HSL color Cylindrical-coordinate representation of color #2CCCB8: hue angle of 172.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCCB8 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB44204184-
CMYK0.7800.100.2
HSL172.5º64.52%48.63%-
HSV(B)172.5º78.43%80%-
XYZ31.2847.1852.81-
YUV153.88144.9949.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.19%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=10.19%
G=47.22%
B=42.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal442041840.7800.100.2172.564.5248.63
Hex2CCCB84E0A14ac4131
Octal543142701160122425410161
Binary101100110011001011100010011100101010100101011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,204,184); }

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

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

 a { background-color: rgb(44,204,184); }

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

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

 span { border-color: rgb(44,204,184); }

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