Html Css Color HEX #2ABBAB Light Sea Green

📋 copy color: '#2ABBAB'

red 42 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #2ABBAB

Tints of Light Sea Green #2ABBAB

RGB

 RED value IS 42 (16.8% from 255) = 10.5%

 GREEN value IS 187 (73.44% from 255) = 46.75%

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

R = 10.5%
G = 46.75%
B = 42.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#2ABBAB (or 0x2ABBAB) is known color: Light Sea Green. HEX triplet: 2A, BB and AB. RGB value is (42,187,171). Sum of RGB (Red+Green+Blue) = 42+187+171=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAB is #D54454. Grayscale: #8D8D8D. Windows color (decimal): -13976661 or 11254570. OLE color: 11254570.

HSL color Cylindrical-coordinate representation of color #2ABBAB: hue angle of 173.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBAB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 171 -
CMYK 0.78 0 0.09 0.27
HSL 173.38º 0.63% 0.45% -
HSV(B) 173.38º 0.78% 0.73% -
XYZ 26.08 38.97 44.68 -
YUV 141.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 42 187 171 0.78 0 0.09 0.27 173.38 0.63 0.45
Hex 2A BB AB 4E 0 9 1B AD 3F 2D
Octal 52 273 253 116 0 11 33 255 77 55
Binary 101010 10111011 10101011 1001110 0 1001 11011 10101101 111111 101101

Color Harmonies of #2ABBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBAB

Black with #2ABBAB

Text Example


Text Example

White with #2ABBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,171); }

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

background-color css

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

 a { background-color: rgb(42,187,171); }

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

border-color css

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

 span { border-color: rgb(42,187,171); }

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