#15705F

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

Shades of Deep Sea #15705F

Tints of Deep Sea #15705F

Color information

#15705F (or 0x15705F) is unknown color: approx Deep Sea. HEX triplet: 15, 70 and 5F. RGB value is (21,112,95). Sum of RGB (Red+Green+Blue) = 21+112+95=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #15705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15705F is #EA8FA0. Grayscale: #525252. Windows color (decimal): -15372193 or 6254613. OLE color: 6254613.

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

Color convert

RGB2111295-
CMYK0.8100.150.56
HSL168.79º68.42%26.08%-
HSV(B)168.79º81.25%43.92%-
XYZ8.1712.5712.82-
YUV82.85134.8583.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=9.21%
G=49.12%
B=41.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112950.8100.150.56168.7968.4226.08
Hex15705F510F38a9441a
Octal251601371210177025110432
Binary101011110000101111110100010111111100010101001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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