#10A8AD

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

Shades of Light Sea Green #10A8AD

Tints of Light Sea Green #10A8AD

Color information

#10A8AD (or 0x10A8AD) is unknown color: approx Light Sea Green. HEX triplet: 10, A8 and AD. RGB value is (16,168,173). Sum of RGB (Red+Green+Blue) = 16+168+173=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AD is #EF5752. Grayscale: #7A7A7A. Windows color (decimal): -15685459 or 11380752. OLE color: 11380752.

HSL color Cylindrical-coordinate representation of color #10A8AD: hue angle of 181.91º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8AD is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16168173-
CMYK0.910.0300.32
HSL181.91º83.07%37.06%-
HSV(B)181.91º90.75%67.84%-
XYZ21.7631.1344.4-
YUV123.12156.1451.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.48%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=4.48%
G=47.06%
B=48.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161681730.910.0300.32181.9183.0737.06
Hex10A8AD5B3020b65325
Octal20250255133304026612345
Binary1000010101000101011011011011110100000101101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A8AD; }

 p { color: rgb(16,168,173); }

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

<style>
 a { background-color: #10A8AD; }

 a { background-color: rgb(16,168,173); }

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

<style>
 span { border-color: #10A8AD; }

 span { border-color: rgb(16,168,173); }

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