Html Css Color HEX #2CB3AA Light Sea Green

📋 copy color: '#2CB3AA'

red 44 ◦ green 179 ◦ blue 170

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

Shades of Light Sea Green #2CB3AA

Tints of Light Sea Green #2CB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.55%

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

R = 11.2%
G = 45.55%
B = 43.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#2CB3AA (or 0x2CB3AA) is known color: Light Sea Green. HEX triplet: 2C, B3 and AA. RGB value is (44,179,170). Sum of RGB (Red+Green+Blue) = 44+179+170=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB3AA is #D34C55. Grayscale: #898989. Windows color (decimal): -13847638 or 11186988. OLE color: 11186988.

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

Color convert

RGB 44 179 170 -
CMYK 0.75 0 0.05 0.30
HSL 176º 0.61% 0.44% -
HSV(B) 176º 0.75% 0.7% -
XYZ 24.41 35.68 43.63 -
YUV 137.61 146.27 61.23 -
System Red Green Blue C M Y K H S L
Decimal 44 179 170 0.75 0 0.05 0.30 176 0.61 0.44
Hex 2C B3 AA 4B 0 5 1E B0 3D 2C
Octal 54 263 252 113 0 5 36 260 75 54
Binary 101100 10110011 10101010 1001011 0 101 11110 10110000 111101 101100

Color Harmonies of #2CB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB3AA

Black with #2CB3AA

Text Example


Text Example

White with #2CB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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