#15765B

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

Shades of Deep Sea #15765B

Tints of Deep Sea #15765B

Color information

#15765B (or 0x15765B) is unknown color: approx Deep Sea. HEX triplet: 15, 76 and 5B. RGB value is (21,118,91). Sum of RGB (Red+Green+Blue) = 21+118+91=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #15765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765B is #EA89A4. Grayscale: #555555. Windows color (decimal): -15370661 or 5994005. OLE color: 5994005.

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

Color convert

RGB2111891-
CMYK0.8200.230.54
HSL163.3º69.78%27.25%-
HSV(B)163.3º82.2%46.27%-
XYZ8.6813.8712.12-
YUV85.92130.8681.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=9.13%
G=51.30%
B=39.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118910.8200.230.54163.369.7827.25
Hex15765B5201736a3461b
Octal251661331220276624310633
Binary1010111101101011011101001001011111011010100011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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