#10A7AD

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

Shades of Light Sea Green #10A7AD

Tints of Light Sea Green #10A7AD

Color information

#10A7AD (or 0x10A7AD) is unknown color: approx Light Sea Green. HEX triplet: 10, A7 and AD. RGB value is (16,167,173). Sum of RGB (Red+Green+Blue) = 16+167+173=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A7AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A7AD is #EF5852. Grayscale: #7A7A7A. Windows color (decimal): -15685715 or 11380496. OLE color: 11380496.

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

Color convert

RGB16167173-
CMYK0.910.0300.32
HSL182.29º83.07%37.06%-
HSV(B)182.29º90.75%67.84%-
XYZ21.5830.7644.34-
YUV122.54156.4752.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.49%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=4.49%
G=46.91%
B=48.60%

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
Decimal161671730.910.0300.32182.2983.0737.06
Hex10A7AD5B3020b65325
Octal20247255133304026612345
Binary1000010100111101011011011011110100000101101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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