#157463

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

Shades of Deep Sea #157463

Tints of Deep Sea #157463

Color information

#157463 (or 0x157463) is unknown color: approx Deep Sea. HEX triplet: 15, 74 and 63. RGB value is (21,116,99). Sum of RGB (Red+Green+Blue) = 21+116+99=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #157463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157463 is #EA8B9C. Grayscale: #555555. Windows color (decimal): -15371165 or 6517781. OLE color: 6517781.

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

Color convert

RGB2111699-
CMYK0.8200.150.55
HSL169.26º69.34%26.86%-
HSV(B)169.26º81.9%45.49%-
XYZ8.8113.5513.96-
YUV85.66135.5381.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=8.90%
G=49.15%
B=41.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21116990.8200.150.55169.2669.3426.86
Hex157463520F37a9451b
Octal251641431220176725110533
Binary101011110100110001110100100111111011110101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157463; }

 p { color: rgb(21,116,99); }

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

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

 a { background-color: rgb(21,116,99); }

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

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

 span { border-color: rgb(21,116,99); }

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