Html Css Color HEX #2ABABD Light Sea Green

📋 copy color: '#2ABABD'

red 42 ◦ green 186 ◦ blue 189

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

Shades of Light Sea Green #2ABABD

Tints of Light Sea Green #2ABABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 10.07%
G = 44.6%
B = 45.32%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2ABABD (or 0x2ABABD) is known color: Light Sea Green. HEX triplet: 2A, BA and BD. RGB value is (42,186,189). Sum of RGB (Red+Green+Blue) = 42+186+189=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #2ABABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABABD is #D54542. Grayscale: #8F8F8F. Windows color (decimal): -13976899 or 12433962. OLE color: 12433962.

HSL color Cylindrical-coordinate representation of color #2ABABD: hue angle of 181.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABABD is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 186 189 -
CMYK 0.78 0.02 0 0.26
HSL 181.22º 0.64% 0.45% -
HSV(B) 181.22º 0.78% 0.74% -
XYZ 27.7 39.28 54.27 -
YUV 143.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 42 186 189 0.78 0.02 0 0.26 181.22 0.64 0.45
Hex 2A BA BD 4E 2 0 1A B5 40 2D
Octal 52 272 275 116 2 0 32 265 100 55
Binary 101010 10111010 10111101 1001110 10 0 11010 10110101 1000000 101101

Color Harmonies of #2ABABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABABD

Black with #2ABABD

Text Example


Text Example

White with #2ABABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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