#15705B

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

Shades of Deep Sea #15705B

Tints of Deep Sea #15705B

Color information

#15705B (or 0x15705B) is unknown color: approx Deep Sea. HEX triplet: 15, 70 and 5B. RGB value is (21,112,91). Sum of RGB (Red+Green+Blue) = 21+112+91=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #15705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15705B is #EA8FA4. Grayscale: #525252. Windows color (decimal): -15372197 or 5992469. OLE color: 5992469.

HSL color Cylindrical-coordinate representation of color #15705B: hue angle of 166.15º degrees, saturation: 0.68, 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 #15705B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB2111291-
CMYK0.8100.190.56
HSL166.15º68.42%26.08%-
HSV(B)166.15º81.25%43.92%-
XYZ7.9912.511.89-
YUV82.4132.8584.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=9.38%
G=50%
B=40.62%

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
Decimal21112910.8100.190.56166.1568.4226.08
Hex15705B5101338a6441a
Octal251601331210237024610432
Binary1010111100001011011101000101001111100010100110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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