#15746E

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

Shades of Deep Sea #15746E

Tints of Deep Sea #15746E

Color information

#15746E (or 0x15746E) is unknown color: approx Deep Sea. HEX triplet: 15, 74 and 6E. RGB value is (21,116,110). Sum of RGB (Red+Green+Blue) = 21+116+110=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #15746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15746E is #EA8B91. Grayscale: #565656. Windows color (decimal): -15371154 or 7238677. OLE color: 7238677.

HSL color Cylindrical-coordinate representation of color #15746E: hue angle of 176.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15746E is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB21116110-
CMYK0.8200.050.55
HSL176.21º69.34%26.86%-
HSV(B)176.21º81.9%45.49%-
XYZ9.3713.7816.92-
YUV86.91141.0380.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=8.50%
G=46.96%
B=44.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211161100.8200.050.55176.2169.3426.86
Hex15746E520537b0451b
Octal25164156122056726010533
Binary10101111010011011101010010010111011110110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,116,110); }

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

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

 a { background-color: rgb(21,116,110); }

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

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

 span { border-color: rgb(21,116,110); }

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