#10885A

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

Shades of Deep Sea #10885A

Tints of Deep Sea #10885A

Color information

#10885A (or 0x10885A) is unknown color: approx Deep Sea. HEX triplet: 10, 88 and 5A. RGB value is (16,136,90). Sum of RGB (Red+Green+Blue) = 16+136+90=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #10885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10885A is #EF77A5. Grayscale: #5E5E5E. Windows color (decimal): -15693734 or 5933072. OLE color: 5933072.

HSL color Cylindrical-coordinate representation of color #10885A: hue angle of 157º 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 #10885A is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1613690-
CMYK0.8800.340.47
HSL157º78.95%29.8%-
HSV(B)157º88.24%53.33%-
XYZ10.8618.4612.66-
YUV94.88125.2471.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=6.61%
G=56.20%
B=37.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16136900.8800.340.4715778.9529.8
Hex10885A580222F9d4f1e
Octal202101321300425723511736
Binary100001000100010110101011000010001010111110011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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