Html Css Color HEX #2CB3AB Light Sea Green

📋 copy color: '#2CB3AB'

red 44 ◦ green 179 ◦ blue 171

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

Shades of Light Sea Green #2CB3AB

Tints of Light Sea Green #2CB3AB

RGB

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

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

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

R = 11.17%
G = 45.43%
B = 43.4%

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

#2CB3AB (or 0x2CB3AB) is known color: Light Sea Green. HEX triplet: 2C, B3 and AB. RGB value is (44,179,171). Sum of RGB (Red+Green+Blue) = 44+179+171=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB3AB is #D34C54. Grayscale: #898989. Windows color (decimal): -13847637 or 11252524. OLE color: 11252524.

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

Color convert

RGB 44 179 171 -
CMYK 0.75 0 0.04 0.30
HSL 176.44º 0.61% 0.44% -
HSV(B) 176.44º 0.75% 0.7% -
XYZ 24.51 35.72 44.13 -
YUV 137.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 44 179 171 0.75 0 0.04 0.30 176.44 0.61 0.44
Hex 2C B3 AB 4B 0 4 1E B0 3D 2C
Octal 54 263 253 113 0 4 36 260 75 54
Binary 101100 10110011 10101011 1001011 0 100 11110 10110000 111101 101100

Color Harmonies of #2CB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB3AB

Black with #2CB3AB

Text Example


Text Example

White with #2CB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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