Html Css Color HEX #0AB7A6 Light Sea Green

📋 copy color: '#0AB7A6'

red 10 ◦ green 183 ◦ blue 166

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

Shades of Light Sea Green #0AB7A6

Tints of Light Sea Green #0AB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.97%

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 2.79%
G = 50.97%
B = 46.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#0AB7A6 (or 0x0AB7A6) is known color: Light Sea Green. HEX triplet: 0A, B7 and A6. RGB value is (10,183,166). Sum of RGB (Red+Green+Blue) = 10+183+166=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB7A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB7A6 is #F54859. Grayscale: #818181. Windows color (decimal): -16074842 or 10925834. OLE color: 10925834.

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

Color convert

RGB 10 183 166 -
CMYK 0.95 0 0.09 0.28
HSL 174.1º 0.9% 0.38% -
HSV(B) 174.1º 0.95% 0.72% -
XYZ 23.94 36.68 41.9 -
YUV 129.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 10 183 166 0.95 0 0.09 0.28 174.1 0.9 0.38
Hex A B7 A6 5F 0 9 1C AE 5A 26
Octal 12 267 246 137 0 11 34 256 132 46
Binary 1010 10110111 10100110 1011111 0 1001 11100 10101110 1011010 100110

Color Harmonies of #0AB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB7A6

Black with #0AB7A6

Text Example


Text Example

White with #0AB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,183,166); }

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

background-color css

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

 a { background-color: rgb(10,183,166); }

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

border-color css

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

 span { border-color: rgb(10,183,166); }

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