#10745C

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

Shades of Deep Sea #10745C

Tints of Deep Sea #10745C

Color information

#10745C (or 0x10745C) is unknown color: approx Deep Sea. HEX triplet: 10, 74 and 5C. RGB value is (16,116,92). Sum of RGB (Red+Green+Blue) = 16+116+92=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #10745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10745C is #EF8BA3. Grayscale: #535353. Windows color (decimal): -15698852 or 6059024. OLE color: 6059024.

HSL color Cylindrical-coordinate representation of color #10745C: hue angle of 165.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10745C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1611692-
CMYK0.8600.210.55
HSL165.6º75.76%25.88%-
HSV(B)165.6º86.21%45.49%-
XYZ8.3913.3712.26-
YUV83.36132.8779.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=7.14%
G=51.79%
B=41.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116920.8600.210.55165.675.7625.88
Hex10745C5601537a64c1a
Octal201641341260256724611432
Binary1000011101001011100101011001010111011110100110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10745C; }

 p { color: rgb(16,116,92); }

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

<style>
 a { background-color: #10745C; }

 a { background-color: rgb(16,116,92); }

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

<style>
 span { border-color: #10745C; }

 span { border-color: rgb(16,116,92); }

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