#0AB6AA

Color #0AB6AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0AB6AA

Tints of Light Sea Green #0AB6AA

Color information

#0AB6AA (or 0x0AB6AA) is unknown color: approx Light Sea Green. HEX triplet: 0A, B6 and AA. RGB value is (10,182,170). Sum of RGB (Red+Green+Blue) = 10+182+170=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB6AA is #F54955. Grayscale: #818181. Windows color (decimal): -16075094 or 11187722. OLE color: 11187722.

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

Color convert

RGB10182170-
CMYK0.9500.070.29
HSL175.81º89.58%37.65%-
HSV(B)175.81º94.51%71.37%-
XYZ24.1136.4243.79-
YUV129.2151.0242.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.76%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=2.76%
G=50.28%
B=46.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101821700.9500.070.29175.8189.5837.65
HexAB6AA5F071Db05a26
Octal12266252137073526013246
Binary101010110110101010101011111011111101101100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AB6AA;
 }
 .AnyTagClassName
 {
   color: #0AB6AA;
 }
</style>
background-color css

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

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

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

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

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

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