#15775D

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

Shades of Deep Sea #15775D

Tints of Deep Sea #15775D

Color information

#15775D (or 0x15775D) is unknown color: approx Deep Sea. HEX triplet: 15, 77 and 5D. RGB value is (21,119,93). Sum of RGB (Red+Green+Blue) = 21+119+93=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #15775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15775D is #EA88A2. Grayscale: #565656. Windows color (decimal): -15370403 or 6125333. OLE color: 6125333.

HSL color Cylindrical-coordinate representation of color #15775D: hue angle of 164.08º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15775D is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB2111993-
CMYK0.8200.220.53
HSL164.08º70%27.45%-
HSV(B)164.08º82.35%46.67%-
XYZ8.8814.1412.62-
YUV86.73131.5381.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=9.01%
G=51.07%
B=39.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119930.8200.220.53164.087027.45
Hex15775D5201635a4461b
Octal251671351220266524410633
Binary1010111101111011101101001001011011010110100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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