#10856A

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

Shades of Deep Sea #10856A

Tints of Deep Sea #10856A

Color information

#10856A (or 0x10856A) is unknown color: approx Deep Sea. HEX triplet: 10, 85 and 6A. RGB value is (16,133,106). Sum of RGB (Red+Green+Blue) = 16+133+106=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #10856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856A is #EF7A95. Grayscale: #5E5E5E. Windows color (decimal): -15694486 or 6980880. OLE color: 6980880.

HSL color Cylindrical-coordinate representation of color #10856A: hue angle of 166.15º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10856A is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB16133106-
CMYK0.8800.200.48
HSL166.15º78.52%29.22%-
HSV(B)166.15º87.97%52.16%-
XYZ11.217.9316.51-
YUV94.94134.2471.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=6.27%
G=52.16%
B=41.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161331060.8800.200.48166.1578.5229.22
Hex10856A5801430a64f1d
Octal202051521300246024611735
Binary10000100001011101010101100001010011000010100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,133,106); }

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

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

 a { background-color: rgb(16,133,106); }

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

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

 span { border-color: rgb(16,133,106); }

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