Html Css Color HEX #2CC2AE Light Sea Green

📋 copy color: '#2CC2AE'

red 44 ◦ green 194 ◦ blue 174

#2CC2AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2CC2AE

Tints of Light Sea Green #2CC2AE

RGB

 RED value IS 44 (17.58% from 255) = 10.68%

 GREEN value IS 194 (76.17% from 255) = 47.09%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 10.68%
G = 47.09%
B = 42.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#2CC2AE (or 0x2CC2AE) is known color: Light Sea Green. HEX triplet: 2C, C2 and AE. RGB value is (44,194,174). Sum of RGB (Red+Green+Blue) = 44+194+174=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC2AE is #D33D51. Grayscale: #929292. Windows color (decimal): -13843794 or 11452972. OLE color: 11452972.

HSL color Cylindrical-coordinate representation of color #2CC2AE: hue angle of 172º 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 #2CC2AE is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 174 -
CMYK 0.77 0 0.10 0.24
HSL 172º 0.63% 0.47% -
HSV(B) 172º 0.77% 0.76% -
XYZ 27.97 42.18 46.71 -
YUV 146.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 44 194 174 0.77 0 0.10 0.24 172 0.63 0.47
Hex 2C C2 AE 4D 0 A 18 AC 3F 2F
Octal 54 302 256 115 0 12 30 254 77 57
Binary 101100 11000010 10101110 1001101 0 1010 11000 10101100 111111 101111

Color Harmonies of #2CC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC2AE

Black with #2CC2AE

Text Example


Text Example

White with #2CC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CC2AE;
 }
 .AnyTagClassName
 {
   color: #2CC2AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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