#10A5AD

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

Shades of Light Sea Green #10A5AD

Tints of Light Sea Green #10A5AD

Color information

#10A5AD (or 0x10A5AD) is unknown color: approx Light Sea Green. HEX triplet: 10, A5 and AD. RGB value is (16,165,173). Sum of RGB (Red+Green+Blue) = 16+165+173=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A5AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A5AD is #EF5A52. Grayscale: #797979. Windows color (decimal): -15686227 or 11379984. OLE color: 11379984.

HSL color Cylindrical-coordinate representation of color #10A5AD: hue angle of 183.06º 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 #10A5AD is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16165173-
CMYK0.910.0500.32
HSL183.06º83.07%37.06%-
HSV(B)183.06º90.75%67.84%-
XYZ21.2130.0444.22-
YUV121.36157.1452.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.52%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=4.52%
G=46.61%
B=48.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161651730.910.0500.32183.0683.0737.06
Hex10A5AD5B5020b75325
Octal20245255133504026712345
Binary10000101001011010110110110111010100000101101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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