#10725B

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

Shades of Deep Sea #10725B

Tints of Deep Sea #10725B

Color information

#10725B (or 0x10725B) is unknown color: approx Deep Sea. HEX triplet: 10, 72 and 5B. RGB value is (16,114,91). Sum of RGB (Red+Green+Blue) = 16+114+91=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #10725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10725B is #EF8DA4. Grayscale: #525252. Windows color (decimal): -15699365 or 5992976. OLE color: 5992976.

HSL color Cylindrical-coordinate representation of color #10725B: hue angle of 165.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10725B is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1611491-
CMYK0.8600.200.55
HSL165.92º75.38%25.49%-
HSV(B)165.92º85.96%44.71%-
XYZ8.1212.911.96-
YUV82.08133.0380.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=7.24%
G=51.58%
B=41.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114910.8600.200.55165.9275.3825.49
Hex10725B5601437a64b19
Octal201621331260246724611331
Binary1000011100101011011101011001010011011110100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10725B; }

 p { color: rgb(16,114,91); }

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

<style>
 a { background-color: #10725B; }

 a { background-color: rgb(16,114,91); }

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

<style>
 span { border-color: #10725B; }

 span { border-color: rgb(16,114,91); }

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