Html Css Color HEX #2ABABA Light Sea Green

📋 copy color: '#2ABABA'

red 42 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #2ABABA

Tints of Light Sea Green #2ABABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 10.14%
G = 44.93%
B = 44.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2ABABA (or 0x2ABABA) is known color: Light Sea Green. HEX triplet: 2A, BA and BA. RGB value is (42,186,186). Sum of RGB (Red+Green+Blue) = 42+186+186=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #2ABABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABABA is #D54545. Grayscale: #8E8E8E. Windows color (decimal): -13976902 or 12237354. OLE color: 12237354.

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

Color convert

RGB 42 186 186 -
CMYK 0.77 0 0 0.27
HSL 180º 0.63% 0.45% -
HSV(B) 180º 0.77% 0.73% -
XYZ 27.38 39.16 52.57 -
YUV 142.94 152.29 56 -
System Red Green Blue C M Y K H S L
Decimal 42 186 186 0.77 0 0 0.27 180 0.63 0.45
Hex 2A BA BA 4D 0 0 1B B4 3F 2D
Octal 52 272 272 115 0 0 33 264 77 55
Binary 101010 10111010 10111010 1001101 0 0 11011 10110100 111111 101101

Color Harmonies of #2ABABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABABA

Black with #2ABABA

Text Example


Text Example

White with #2ABABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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