Html Css Color HEX #2CC5AB Light Sea Green

📋 copy color: '#2CC5AB'

red 44 ◦ green 197 ◦ blue 171

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

Shades of Light Sea Green #2CC5AB

Tints of Light Sea Green #2CC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.82%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 10.68%
G = 47.82%
B = 41.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#2CC5AB (or 0x2CC5AB) is known color: Light Sea Green. HEX triplet: 2C, C5 and AB. RGB value is (44,197,171). Sum of RGB (Red+Green+Blue) = 44+197+171=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC5AB is #D33A54. Grayscale: #949494. Windows color (decimal): -13843029 or 11257132. OLE color: 11257132.

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

Color convert

RGB 44 197 171 -
CMYK 0.78 0 0.13 0.23
HSL 169.8º 0.63% 0.47% -
HSV(B) 169.8º 0.78% 0.77% -
XYZ 28.36 43.41 45.41 -
YUV 148.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 44 197 171 0.78 0 0.13 0.23 169.8 0.63 0.47
Hex 2C C5 AB 4E 0 D 17 AA 3F 2F
Octal 54 305 253 116 0 15 27 252 77 57
Binary 101100 11000101 10101011 1001110 0 1101 10111 10101010 111111 101111

Color Harmonies of #2CC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC5AB

Black with #2CC5AB

Text Example


Text Example

White with #2CC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,197,171); }

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

background-color css

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

 a { background-color: rgb(44,197,171); }

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

border-color css

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

 span { border-color: rgb(44,197,171); }

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