#2cc2ad

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

Shades of Light Sea Green #2CC2AD

Tints of Light Sea Green #2CC2AD

Color information

#2CC2AD (or 0x2CC2AD) is unknown color: approx Light Sea Green. HEX triplet: 2C, C2 and AD. RGB value is (44,194,173). Sum of RGB (Red+Green+Blue) = 44+194+173=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC2AD is #D33D52. Grayscale: #929292. Windows color (decimal): -13843795 or 11387436. OLE color: 11387436.

HSL color Cylindrical-coordinate representation of color #2CC2AD: hue angle of 171.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC2AD is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB44194173-
CMYK0.7700.110.24
HSL171.6º63.03%46.67%-
HSV(B)171.6º77.32%76.08%-
XYZ27.8742.1446.2-
YUV146.76142.854.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.71%
GREEN value IS 194 (76.17% from 255) = 47.20%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=10.71%
G=47.20%
B=42.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441941730.7700.110.24171.663.0346.67
Hex2CC2AD4D0B18ac3f2f
Octal54302255115013302547757
Binary10110011000010101011011001101010111100010101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc2ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,173); }

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

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

 a { background-color: rgb(44,194,173); }

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

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

 span { border-color: rgb(44,194,173); }

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