#15765C

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

Shades of Deep Sea #15765C

Tints of Deep Sea #15765C

Color information

#15765C (or 0x15765C) is unknown color: approx Deep Sea. HEX triplet: 15, 76 and 5C. RGB value is (21,118,92). Sum of RGB (Red+Green+Blue) = 21+118+92=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #15765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765C is #EA89A3. Grayscale: #565656. Windows color (decimal): -15370660 or 6059541. OLE color: 6059541.

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

Color convert

RGB2111892-
CMYK0.8200.220.54
HSL163.92º69.78%27.25%-
HSV(B)163.92º82.2%46.27%-
XYZ8.7213.8912.35-
YUV86.03131.3681.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=9.09%
G=51.08%
B=39.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118920.8200.220.54163.9269.7827.25
Hex15765C5201636a4461b
Octal251661341220266624410633
Binary1010111101101011100101001001011011011010100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15765C; }

 p { color: rgb(21,118,92); }

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

<style>
 a { background-color: #15765C; }

 a { background-color: rgb(21,118,92); }

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

<style>
 span { border-color: #15765C; }

 span { border-color: rgb(21,118,92); }

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