Html Css Color HEX #2CB2AB Light Sea Green

📋 copy color: '#2CB2AB'

red 44 ◦ green 178 ◦ blue 171

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

Shades of Light Sea Green #2CB2AB

Tints of Light Sea Green #2CB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

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

R = 11.2%
G = 45.29%
B = 43.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#2CB2AB (or 0x2CB2AB) is known color: Light Sea Green. HEX triplet: 2C, B2 and AB. RGB value is (44,178,171). Sum of RGB (Red+Green+Blue) = 44+178+171=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB2AB is #D34D54. Grayscale: #898989. Windows color (decimal): -13847893 or 11252268. OLE color: 11252268.

HSL color Cylindrical-coordinate representation of color #2CB2AB: hue angle of 176.87º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB2AB is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 171 -
CMYK 0.75 0 0.04 0.30
HSL 176.87º 0.6% 0.44% -
HSV(B) 176.87º 0.75% 0.7% -
XYZ 24.31 35.32 44.06 -
YUV 137.14 147.11 61.57 -
System Red Green Blue C M Y K H S L
Decimal 44 178 171 0.75 0 0.04 0.30 176.87 0.6 0.44
Hex 2C B2 AB 4B 0 4 1E B1 3C 2C
Octal 54 262 253 113 0 4 36 261 74 54
Binary 101100 10110010 10101011 1001011 0 100 11110 10110001 111100 101100

Color Harmonies of #2CB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB2AB

Black with #2CB2AB

Text Example


Text Example

White with #2CB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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