#10845E

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

Shades of Deep Sea #10845E

Tints of Deep Sea #10845E

Color information

#10845E (or 0x10845E) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 5E. RGB value is (16,132,94). Sum of RGB (Red+Green+Blue) = 16+132+94=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #10845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10845E is #EF7BA1. Grayscale: #5D5D5D. Windows color (decimal): -15694754 or 6194192. OLE color: 6194192.

HSL color Cylindrical-coordinate representation of color #10845E: hue angle of 160.34º degrees, saturation: 0.78, 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 #10845E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1613294-
CMYK0.8800.290.48
HSL160.34º78.38%29.02%-
HSV(B)160.34º87.88%51.76%-
XYZ10.4917.4213.4-
YUV92.98128.5773.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=6.61%
G=54.55%
B=38.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132940.8800.290.48160.3478.3829.02
Hex10845E5801D30a04e1d
Octal202041361300356024011635
Binary10000100001001011110101100001110111000010100000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10845E; }

 p { color: rgb(16,132,94); }

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

<style>
 a { background-color: #10845E; }

 a { background-color: rgb(16,132,94); }

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

<style>
 span { border-color: #10845E; }

 span { border-color: rgb(16,132,94); }

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