Html Css Color HEX #2ABBAF Light Sea Green

📋 copy color: '#2ABBAF'

red 42 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #2ABBAF

Tints of Light Sea Green #2ABBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 10.4%
G = 46.29%
B = 43.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2ABBAF (or 0x2ABBAF) is known color: Light Sea Green. HEX triplet: 2A, BB and AF. RGB value is (42,187,175). Sum of RGB (Red+Green+Blue) = 42+187+175=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAF is #D54450. Grayscale: #8E8E8E. Windows color (decimal): -13976657 or 11516714. OLE color: 11516714.

HSL color Cylindrical-coordinate representation of color #2ABBAF: hue angle of 175.03º 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 #2ABBAF is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 175 -
CMYK 0.78 0 0.06 0.27
HSL 175.03º 0.63% 0.45% -
HSV(B) 175.03º 0.78% 0.73% -
XYZ 26.46 39.13 46.72 -
YUV 142.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 42 187 175 0.78 0 0.06 0.27 175.03 0.63 0.45
Hex 2A BB AF 4E 0 6 1B AF 3F 2D
Octal 52 273 257 116 0 6 33 257 77 55
Binary 101010 10111011 10101111 1001110 0 110 11011 10101111 111111 101101

Color Harmonies of #2ABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBAF

Black with #2ABBAF

Text Example


Text Example

White with #2ABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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