#157462

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

Shades of Deep Sea #157462

Tints of Deep Sea #157462

Color information

#157462 (or 0x157462) is unknown color: approx Deep Sea. HEX triplet: 15, 74 and 62. RGB value is (21,116,98). Sum of RGB (Red+Green+Blue) = 21+116+98=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #157462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157462 is #EA8B9D. Grayscale: #555555. Windows color (decimal): -15371166 or 6452245. OLE color: 6452245.

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

Color convert

RGB2111698-
CMYK0.8200.160.55
HSL168.63º69.34%26.86%-
HSV(B)168.63º81.9%45.49%-
XYZ8.7613.5313.71-
YUV85.54135.0381.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=8.94%
G=49.36%
B=41.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21116980.8200.160.55168.6369.3426.86
Hex1574625201037a9451b
Octal251641421220206725110533
Binary1010111101001100010101001001000011011110101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157462; }

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

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

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

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

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

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

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

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