Html Css Color HEX #0AB7AA Light Sea Green

📋 copy color: '#0AB7AA'

red 10 ◦ green 183 ◦ blue 170

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

Shades of Light Sea Green #0AB7AA

Tints of Light Sea Green #0AB7AA

RGB

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

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

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

R = 2.75%
G = 50.41%
B = 46.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#0AB7AA (or 0x0AB7AA) is known color: Light Sea Green. HEX triplet: 0A, B7 and AA. RGB value is (10,183,170). Sum of RGB (Red+Green+Blue) = 10+183+170=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB7AA is #F54855. Grayscale: #818181. Windows color (decimal): -16074838 or 11187978. OLE color: 11187978.

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

Color convert

RGB 10 183 170 -
CMYK 0.95 0 0.07 0.28
HSL 175.49º 0.9% 0.38% -
HSV(B) 175.49º 0.95% 0.72% -
XYZ 24.31 36.83 43.86 -
YUV 129.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 10 183 170 0.95 0 0.07 0.28 175.49 0.9 0.38
Hex A B7 AA 5F 0 7 1C AF 5A 26
Octal 12 267 252 137 0 7 34 257 132 46
Binary 1010 10110111 10101010 1011111 0 111 11100 10101111 1011010 100110

Color Harmonies of #0AB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB7AA

Black with #0AB7AA

Text Example


Text Example

White with #0AB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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