Html Css Color HEX #0ABAA9 Light Sea Green

📋 copy color: '#0ABAA9'

red 10 ◦ green 186 ◦ blue 169

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

Shades of Light Sea Green #0ABAA9

Tints of Light Sea Green #0ABAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.3%

R = 2.74%
G = 50.96%
B = 46.3%

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

#0ABAA9 (or 0x0ABAA9) is known color: Light Sea Green. HEX triplet: 0A, BA and A9. RGB value is (10,186,169). Sum of RGB (Red+Green+Blue) = 10+186+169=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABAA9 is #F54556. Grayscale: #838383. Windows color (decimal): -16074071 or 11123210. OLE color: 11123210.

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

Color convert

RGB 10 186 169 -
CMYK 0.95 0 0.09 0.27
HSL 174.2º 0.9% 0.38% -
HSV(B) 174.2º 0.95% 0.73% -
XYZ 24.85 38.05 43.57 -
YUV 131.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 10 186 169 0.95 0 0.09 0.27 174.2 0.9 0.38
Hex A BA A9 5F 0 9 1B AE 5A 26
Octal 12 272 251 137 0 11 33 256 132 46
Binary 1010 10111010 10101001 1011111 0 1001 11011 10101110 1011010 100110

Color Harmonies of #0ABAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAA9

Black with #0ABAA9

Text Example


Text Example

White with #0ABAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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