#15725D

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

Shades of Deep Sea #15725D

Tints of Deep Sea #15725D

Color information

#15725D (or 0x15725D) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 5D. RGB value is (21,114,93). Sum of RGB (Red+Green+Blue) = 21+114+93=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #15725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15725D is #EA8DA2. Grayscale: #535353. Windows color (decimal): -15371683 or 6124053. OLE color: 6124053.

HSL color Cylindrical-coordinate representation of color #15725D: hue angle of 166.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15725D is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2111493-
CMYK0.8200.180.55
HSL166.45º68.89%26.47%-
HSV(B)166.45º81.58%44.71%-
XYZ8.312.9812.42-
YUV83.8133.1983.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=9.21%
G=50%
B=40.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114930.8200.180.55166.4568.8926.47
Hex15725D5201237a6451a
Octal251621351220226724610532
Binary1010111100101011101101001001001011011110100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15725D; }

 p { color: rgb(21,114,93); }

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

<style>
 a { background-color: #15725D; }

 a { background-color: rgb(21,114,93); }

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

<style>
 span { border-color: #15725D; }

 span { border-color: rgb(21,114,93); }

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