#10A6AD

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

Shades of Light Sea Green #10A6AD

Tints of Light Sea Green #10A6AD

Color information

#10A6AD (or 0x10A6AD) is unknown color: approx Light Sea Green. HEX triplet: 10, A6 and AD. RGB value is (16,166,173). Sum of RGB (Red+Green+Blue) = 16+166+173=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A6AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A6AD is #EF5952. Grayscale: #797979. Windows color (decimal): -15685971 or 11380240. OLE color: 11380240.

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

Color convert

RGB16166173-
CMYK0.910.0400.32
HSL182.68º83.07%37.06%-
HSV(B)182.68º90.75%67.84%-
XYZ21.3930.444.28-
YUV121.95156.852.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=4.51%
G=46.76%
B=48.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161661730.910.0400.32182.6883.0737.06
Hex10A6AD5B4020b75325
Octal20246255133404026712345
Binary10000101001101010110110110111000100000101101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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