#15725E

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

Shades of Deep Sea #15725E

Tints of Deep Sea #15725E

Color information

#15725E (or 0x15725E) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 5E. RGB value is (21,114,94). Sum of RGB (Red+Green+Blue) = 21+114+94=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #15725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15725E is #EA8DA1. Grayscale: #535353. Windows color (decimal): -15371682 or 6189589. OLE color: 6189589.

HSL color Cylindrical-coordinate representation of color #15725E: hue angle of 167.1º 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 #15725E is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2111494-
CMYK0.8200.180.55
HSL167.1º68.89%26.47%-
HSV(B)167.1º81.58%44.71%-
XYZ8.351312.66-
YUV83.91133.6983.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=9.17%
G=49.78%
B=41.05%

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
Decimal21114940.8200.180.55167.168.8926.47
Hex15725E5201237a7451a
Octal251621361220226724710532
Binary1010111100101011110101001001001011011110100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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