#10806C

Color #10806C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #10806C

Tints of Deep Sea #10806C

Color information

#10806C (or 0x10806C) is unknown color: approx Deep Sea. HEX triplet: 10, 80 and 6C. RGB value is (16,128,108). Sum of RGB (Red+Green+Blue) = 16+128+108=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #10806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10806C is #EF7F93. Grayscale: #5C5C5C. Windows color (decimal): -15695764 or 7110672. OLE color: 7110672.

HSL color Cylindrical-coordinate representation of color #10806C: hue angle of 169.29º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10806C is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB16128108-
CMYK0.8800.160.50
HSL169.29º77.78%28.24%-
HSV(B)169.29º87.5%50.2%-
XYZ10.6416.6316.84-
YUV92.23136.8973.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=6.35%
G=50.79%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal161281080.8800.160.50169.2977.7828.24
Hex10806C5801032a94e1c
Octal202001541300206225111634
Binary10000100000001101100101100001000011001010101001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10806C; }

 p { color: rgb(16,128,108); }

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

<style>
 a { background-color: #10806C; }

 a { background-color: rgb(16,128,108); }

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

<style>
 span { border-color: #10806C; }

 span { border-color: rgb(16,128,108); }

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