#10845F

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

Shades of Deep Sea #10845F

Tints of Deep Sea #10845F

Color information

#10845F (or 0x10845F) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 5F. RGB value is (16,132,95). Sum of RGB (Red+Green+Blue) = 16+132+95=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #10845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10845F is #EF7BA0. Grayscale: #5D5D5D. Windows color (decimal): -15694753 or 6259728. OLE color: 6259728.

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

Color convert

RGB1613295-
CMYK0.8800.280.48
HSL160.86º78.38%29.02%-
HSV(B)160.86º87.88%51.76%-
XYZ10.5317.4413.64-
YUV93.1129.0773.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=6.58%
G=54.32%
B=39.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132950.8800.280.48160.8678.3829.02
Hex10845F5801C30a14e1d
Octal202041371300346024111635
Binary10000100001001011111101100001110011000010100001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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