#157868

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

Shades of Deep Sea #157868

Tints of Deep Sea #157868

Color information

#157868 (or 0x157868) is unknown color: approx Deep Sea. HEX triplet: 15, 78 and 68. RGB value is (21,120,104). Sum of RGB (Red+Green+Blue) = 21+120+104=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #157868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157868 is #EA8797. Grayscale: #585858. Windows color (decimal): -15370136 or 6846485. OLE color: 6846485.

HSL color Cylindrical-coordinate representation of color #157868: hue angle of 170.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157868 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB21120104-
CMYK0.8300.130.53
HSL170.3º70.21%27.65%-
HSV(B)170.3º82.5%47.06%-
XYZ9.5214.5915.41-
YUV88.57136.779.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=8.57%
G=48.98%
B=42.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211201040.8300.130.53170.370.2127.65
Hex157868530D35aa461c
Octal251701501230156525210634
Binary101011111000110100010100110110111010110101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157868; }

 p { color: rgb(21,120,104); }

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

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

 a { background-color: rgb(21,120,104); }

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

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

 span { border-color: rgb(21,120,104); }

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