#2CCCBA

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

Shades of Light Sea Green #2CCCBA

Tints of Light Sea Green #2CCCBA

Color information

#2CCCBA (or 0x2CCCBA) is unknown color: approx Light Sea Green. HEX triplet: 2C, CC and BA. RGB value is (44,204,186). Sum of RGB (Red+Green+Blue) = 44+204+186=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCBA is #D33345. Grayscale: #9A9A9A. Windows color (decimal): -13841222 or 12241964. OLE color: 12241964.

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

Color convert

RGB44204186-
CMYK0.7800.090.2
HSL173.25º64.52%48.63%-
HSV(B)173.25º78.43%80%-
XYZ31.4947.2753.92-
YUV154.11145.9949.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.14%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=10.14%
G=47.00%
B=42.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal442041860.7800.090.2173.2564.5248.63
Hex2CCCBA4E0914ad4131
Octal543142721160112425510161
Binary101100110011001011101010011100100110100101011011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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