#127859

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

Shades of Deep Sea #127859

Tints of Deep Sea #127859

Color information

#127859 (or 0x127859) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 59. RGB value is (18,120,89). Sum of RGB (Red+Green+Blue) = 18+120+89=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #127859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127859 is #ED87A6. Grayscale: #555555. Windows color (decimal): -15566759 or 5863442. OLE color: 5863442.

HSL color Cylindrical-coordinate representation of color #127859: hue angle of 161.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127859 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1812089-
CMYK0.8500.260.53
HSL161.76º73.91%27.06%-
HSV(B)161.76º85%47.06%-
XYZ8.7714.2811.75-
YUV85.97129.7179.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=7.93%
G=52.86%
B=39.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120890.8500.260.53161.7673.9127.06
Hex1278595501A35a24a1b
Octal221701311250326524211233
Binary1001011110001011001101010101101011010110100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127859; }

 p { color: rgb(18,120,89); }

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

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

 a { background-color: rgb(18,120,89); }

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

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

 span { border-color: rgb(18,120,89); }

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