#15725B

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

Shades of Deep Sea #15725B

Tints of Deep Sea #15725B

Color information

#15725B (or 0x15725B) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 5B. RGB value is (21,114,91). Sum of RGB (Red+Green+Blue) = 21+114+91=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #15725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15725B is #EA8DA4. Grayscale: #535353. Windows color (decimal): -15371685 or 5992981. OLE color: 5992981.

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

Color convert

RGB2111491-
CMYK0.8200.200.55
HSL165.16º68.89%26.47%-
HSV(B)165.16º81.58%44.71%-
XYZ8.2112.9511.96-
YUV83.57132.1983.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=9.29%
G=50.44%
B=40.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114910.8200.200.55165.1668.8926.47
Hex15725B5201437a5451a
Octal251621331220246724510532
Binary1010111100101011011101001001010011011110100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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