Html Css Color HEX #2ABAB9 Light Sea Green

📋 copy color: '#2ABAB9'

red 42 ◦ green 186 ◦ blue 185

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

Shades of Light Sea Green #2ABAB9

Tints of Light Sea Green #2ABAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 185 (72.66% from 255) = 44.79%

R = 10.17%
G = 45.04%
B = 44.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#2ABAB9 (or 0x2ABAB9) is known color: Light Sea Green. HEX triplet: 2A, BA and B9. RGB value is (42,186,185). Sum of RGB (Red+Green+Blue) = 42+186+185=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABAB9 is #D54546. Grayscale: #8E8E8E. Windows color (decimal): -13976903 or 12171818. OLE color: 12171818.

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

Color convert

RGB 42 186 185 -
CMYK 0.77 0 0.01 0.27
HSL 179.58º 0.63% 0.45% -
HSV(B) 179.58º 0.77% 0.73% -
XYZ 27.27 39.11 52.01 -
YUV 142.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 42 186 185 0.77 0 0.01 0.27 179.58 0.63 0.45
Hex 2A BA B9 4D 0 1 1B B4 3F 2D
Octal 52 272 271 115 0 1 33 264 77 55
Binary 101010 10111010 10111001 1001101 0 1 11011 10110100 111111 101101

Color Harmonies of #2ABAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAB9

Black with #2ABAB9

Text Example


Text Example

White with #2ABAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,185); }

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

background-color css

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

 a { background-color: rgb(42,186,185); }

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

border-color css

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

 span { border-color: rgb(42,186,185); }

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