#15715B

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

Shades of Deep Sea #15715B

Tints of Deep Sea #15715B

Color information

#15715B (or 0x15715B) is unknown color: approx Deep Sea. HEX triplet: 15, 71 and 5B. RGB value is (21,113,91). Sum of RGB (Red+Green+Blue) = 21+113+91=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #15715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15715B is #EA8EA4. Grayscale: #525252. Windows color (decimal): -15371941 or 5992725. OLE color: 5992725.

HSL color Cylindrical-coordinate representation of color #15715B: hue angle of 165.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15715B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB2111391-
CMYK0.8100.190.56
HSL165.65º68.66%26.27%-
HSV(B)165.65º81.42%44.31%-
XYZ8.112.7311.93-
YUV82.98132.5283.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=9.33%
G=50.22%
B=40.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21113910.8100.190.56165.6568.6626.27
Hex15715B5101338a6451a
Octal251611331210237024610532
Binary1010111100011011011101000101001111100010100110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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