Html Css Color HEX #0ABAAA Light Sea Green

📋 copy color: '#0ABAAA'

red 10 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #0ABAAA

Tints of Light Sea Green #0ABAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 2.73%
G = 50.82%
B = 46.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#0ABAAA (or 0x0ABAAA) is known color: Light Sea Green. HEX triplet: 0A, BA and AA. RGB value is (10,186,170). Sum of RGB (Red+Green+Blue) = 10+186+170=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABAAA is #F54555. Grayscale: #838383. Windows color (decimal): -16074070 or 11188746. OLE color: 11188746.

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

Color convert

RGB 10 186 170 -
CMYK 0.95 0 0.09 0.27
HSL 174.55º 0.9% 0.38% -
HSV(B) 174.55º 0.95% 0.73% -
XYZ 24.94 38.08 44.07 -
YUV 131.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 10 186 170 0.95 0 0.09 0.27 174.55 0.9 0.38
Hex A BA AA 5F 0 9 1B AF 5A 26
Octal 12 272 252 137 0 11 33 257 132 46
Binary 1010 10111010 10101010 1011111 0 1001 11011 10101111 1011010 100110

Color Harmonies of #0ABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAAA

Black with #0ABAAA

Text Example


Text Example

White with #0ABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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