Html Css Color HEX #2CB2AA Light Sea Green

📋 copy color: '#2CB2AA'

red 44 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #2CB2AA

Tints of Light Sea Green #2CB2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 11.22%
G = 45.41%
B = 43.37%

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

#2CB2AA (or 0x2CB2AA) is known color: Light Sea Green. HEX triplet: 2C, B2 and AA. RGB value is (44,178,170). Sum of RGB (Red+Green+Blue) = 44+178+170=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB2AA is #D34D55. Grayscale: #888888. Windows color (decimal): -13847894 or 11186732. OLE color: 11186732.

HSL color Cylindrical-coordinate representation of color #2CB2AA: hue angle of 176.42º 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 #2CB2AA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 170 -
CMYK 0.75 0 0.04 0.30
HSL 176.42º 0.6% 0.44% -
HSV(B) 176.42º 0.75% 0.7% -
XYZ 24.21 35.28 43.56 -
YUV 137.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 44 178 170 0.75 0 0.04 0.30 176.42 0.6 0.44
Hex 2C B2 AA 4B 0 4 1E B0 3C 2C
Octal 54 262 252 113 0 4 36 260 74 54
Binary 101100 10110010 10101010 1001011 0 100 11110 10110000 111100 101100

Color Harmonies of #2CB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB2AA

Black with #2CB2AA

Text Example


Text Example

White with #2CB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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