Html Css Color HEX #0AABA9 Light Sea Green

📋 copy color: '#0AABA9'

red 10 ◦ green 171 ◦ blue 169

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

Shades of Light Sea Green #0AABA9

Tints of Light Sea Green #0AABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.86%

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

R = 2.86%
G = 48.86%
B = 48.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0AABA9 (or 0x0AABA9) is known color: Light Sea Green. HEX triplet: 0A, AB and A9. RGB value is (10,171,169). Sum of RGB (Red+Green+Blue) = 10+171+169=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA9 is #F55456. Grayscale: #7A7A7A. Windows color (decimal): -16077911 or 11119370. OLE color: 11119370.

HSL color Cylindrical-coordinate representation of color #0AABA9: hue angle of 179.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AABA9 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 171 169 -
CMYK 0.94 0 0.01 0.33
HSL 179.25º 0.89% 0.35% -
HSV(B) 179.25º 0.94% 0.67% -
XYZ 21.85 32.05 42.57 -
YUV 122.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 10 171 169 0.94 0 0.01 0.33 179.25 0.89 0.35
Hex A AB A9 5E 0 1 21 B3 59 23
Octal 12 253 251 136 0 1 41 263 131 43
Binary 1010 10101011 10101001 1011110 0 1 100001 10110011 1011001 100011

Color Harmonies of #0AABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABA9

Black with #0AABA9

Text Example


Text Example

White with #0AABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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