#157F68

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

Shades of Deep Sea #157F68

Tints of Deep Sea #157F68

Color information

#157F68 (or 0x157F68) is unknown color: approx Deep Sea. HEX triplet: 15, 7F and 68. RGB value is (21,127,104). Sum of RGB (Red+Green+Blue) = 21+127+104=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #157F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F68 is #EA8097. Grayscale: #5C5C5C. Windows color (decimal): -15368344 or 6848277. OLE color: 6848277.

HSL color Cylindrical-coordinate representation of color #157F68: hue angle of 166.98º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F68 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB21127104-
CMYK0.8300.180.50
HSL166.98º71.62%29.02%-
HSV(B)166.98º83.46%49.8%-
XYZ10.416.3415.7-
YUV92.68134.3876.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=8.33%
G=50.40%
B=41.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211271040.8300.180.50166.9871.6229.02
Hex157F685301232a7481d
Octal251771501230226224711035
Binary1010111111111101000101001101001011001010100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157F68; }

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

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

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

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

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

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

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

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