#10885D

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

Shades of Deep Sea #10885D

Tints of Deep Sea #10885D

Color information

#10885D (or 0x10885D) is unknown color: approx Deep Sea. HEX triplet: 10, 88 and 5D. RGB value is (16,136,93). Sum of RGB (Red+Green+Blue) = 16+136+93=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #10885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10885D is #EF77A2. Grayscale: #5F5F5F. Windows color (decimal): -15693731 or 6129680. OLE color: 6129680.

HSL color Cylindrical-coordinate representation of color #10885D: hue angle of 158.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10885D is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1613693-
CMYK0.8800.320.47
HSL158.5º78.95%29.8%-
HSV(B)158.5º88.24%53.33%-
XYZ10.9918.5113.35-
YUV95.22126.7471.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=6.53%
G=55.51%
B=37.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16136930.8800.320.47158.578.9529.8
Hex10885D580202F9e4f1e
Octal202101351300405723611736
Binary100001000100010111011011000010000010111110011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10885D; }

 p { color: rgb(16,136,93); }

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

<style>
 a { background-color: #10885D; }

 a { background-color: rgb(16,136,93); }

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

<style>
 span { border-color: #10885D; }

 span { border-color: rgb(16,136,93); }

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