#15735D

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

Shades of Deep Sea #15735D

Tints of Deep Sea #15735D

Color information

#15735D (or 0x15735D) is unknown color: approx Deep Sea. HEX triplet: 15, 73 and 5D. RGB value is (21,115,93). Sum of RGB (Red+Green+Blue) = 21+115+93=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #15735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15735D is #EA8CA2. Grayscale: #545454. Windows color (decimal): -15371427 or 6124309. OLE color: 6124309.

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

Color convert

RGB2111593-
CMYK0.8200.190.55
HSL165.96º69.12%26.67%-
HSV(B)165.96º81.74%45.1%-
XYZ8.4213.2112.46-
YUV84.39132.8682.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=9.17%
G=50.22%
B=40.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115930.8200.190.55165.9669.1226.67
Hex15735D5201337a6451b
Octal251631351220236724610533
Binary1010111100111011101101001001001111011110100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15735D; }

 p { color: rgb(21,115,93); }

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

<style>
 a { background-color: #15735D; }

 a { background-color: rgb(21,115,93); }

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

<style>
 span { border-color: #15735D; }

 span { border-color: rgb(21,115,93); }

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