#15765A

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

Shades of Deep Sea #15765A

Tints of Deep Sea #15765A

Color information

#15765A (or 0x15765A) is unknown color: approx Deep Sea. HEX triplet: 15, 76 and 5A. RGB value is (21,118,90). Sum of RGB (Red+Green+Blue) = 21+118+90=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #15765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765A is #EA89A5. Grayscale: #555555. Windows color (decimal): -15370662 or 5928469. OLE color: 5928469.

HSL color Cylindrical-coordinate representation of color #15765A: hue angle of 162.68º 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 #15765A is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB2111890-
CMYK0.8200.240.54
HSL162.68º69.78%27.25%-
HSV(B)162.68º82.2%46.27%-
XYZ8.6313.8511.89-
YUV85.8130.3681.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=9.17%
G=51.53%
B=39.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118900.8200.240.54162.6869.7827.25
Hex15765A5201836a3461b
Octal251661321220306624310633
Binary1010111101101011010101001001100011011010100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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