#0aadac

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

Shades of Light Sea Green #0AADAC

Tints of Light Sea Green #0AADAC

Color information

#0AADAC (or 0x0AADAC) is unknown color: approx Light Sea Green. HEX triplet: 0A, AD and AC. RGB value is (10,173,172). Sum of RGB (Red+Green+Blue) = 10+173+172=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #0AADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AADAC is #F55253. Grayscale: #7B7B7B. Windows color (decimal): -16077396 or 11316490. OLE color: 11316490.

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

Color convert

RGB10173172-
CMYK0.9400.010.32
HSL179.63º89.07%35.88%-
HSV(B)179.63º94.22%67.84%-
XYZ22.5232.9344.2-
YUV124.1515546.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=2.82%
G=48.73%
B=48.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101731720.9400.010.32179.6389.0735.88
HexAADAC5E0120b45924
Octal12255254136014026413144
Binary10101010110110101100101111001100000101101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aadac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,172); }

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

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

 a { background-color: rgb(10,173,172); }

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

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

 span { border-color: rgb(10,173,172); }

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