Html Css Color HEX #0ABAB0 Light Sea Green

📋 copy color: '#0ABAB0'

red 10 ◦ green 186 ◦ blue 176

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

Shades of Light Sea Green #0ABAB0

Tints of Light Sea Green #0ABAB0

RGB

 RED value IS 10 (4.3% from 255) = 2.69%

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

 BLUE value IS 176 (69.14% from 255) = 47.31%

R = 2.69%
G = 50%
B = 47.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#0ABAB0 (or 0x0ABAB0) is known color: Light Sea Green. HEX triplet: 0A, BA and B0. RGB value is (10,186,176). Sum of RGB (Red+Green+Blue) = 10+186+176=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABAB0 is #F5454F. Grayscale: #848484. Windows color (decimal): -16074064 or 11581962. OLE color: 11581962.

HSL color Cylindrical-coordinate representation of color #0ABAB0: hue angle of 176.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABAB0 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 176 -
CMYK 0.95 0 0.05 0.27
HSL 176.59º 0.9% 0.38% -
HSV(B) 176.59º 0.95% 0.73% -
XYZ 25.52 38.32 47.13 -
YUV 132.24 152.69 40.81 -
System Red Green Blue C M Y K H S L
Decimal 10 186 176 0.95 0 0.05 0.27 176.59 0.9 0.38
Hex A BA B0 5F 0 5 1B B1 5A 26
Octal 12 272 260 137 0 5 33 261 132 46
Binary 1010 10111010 10110000 1011111 0 101 11011 10110001 1011010 100110

Color Harmonies of #0ABAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAB0

Black with #0ABAB0

Text Example


Text Example

White with #0ABAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABAB0; }

 p { color: rgb(10,186,176); }

 H1.HeaderClassName
 {
   color: #0ABAB0;
 }
 .AnyTagClassName
 {
   color: #0ABAB0;
 }
</style>

background-color css

<style>
 a { background-color: #0ABAB0; }

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

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

border-color css

<style>
 span { border-color: #0ABAB0; }

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

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