Html Css Color HEX #0AB6A9 Light Sea Green

📋 copy color: '#0AB6A9'

red 10 ◦ green 182 ◦ blue 169

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

Shades of Light Sea Green #0AB6A9

Tints of Light Sea Green #0AB6A9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 2.77%
G = 50.42%
B = 46.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#0AB6A9 (or 0x0AB6A9) is known color: Light Sea Green. HEX triplet: 0A, B6 and A9. RGB value is (10,182,169). Sum of RGB (Red+Green+Blue) = 10+182+169=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6A9 is #F54956. Grayscale: #808080. Windows color (decimal): -16075095 or 11122186. OLE color: 11122186.

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

Color convert

RGB 10 182 169 -
CMYK 0.95 0 0.07 0.29
HSL 175.47º 0.9% 0.38% -
HSV(B) 175.47º 0.95% 0.71% -
XYZ 24.01 36.39 43.29 -
YUV 129.09 150.52 43.06 -
System Red Green Blue C M Y K H S L
Decimal 10 182 169 0.95 0 0.07 0.29 175.47 0.9 0.38
Hex A B6 A9 5F 0 7 1D AF 5A 26
Octal 12 266 251 137 0 7 35 257 132 46
Binary 1010 10110110 10101001 1011111 0 111 11101 10101111 1011010 100110

Color Harmonies of #0AB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB6A9

Black with #0AB6A9

Text Example


Text Example

White with #0AB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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