#127059

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

Shades of Deep Sea #127059

Tints of Deep Sea #127059

Color information

#127059 (or 0x127059) is unknown color: approx Deep Sea. HEX triplet: 12, 70 and 59. RGB value is (18,112,89). Sum of RGB (Red+Green+Blue) = 18+112+89=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #127059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127059 is #ED8FA6. Grayscale: #515151. Windows color (decimal): -15568807 or 5861394. OLE color: 5861394.

HSL color Cylindrical-coordinate representation of color #127059: hue angle of 165.32º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127059 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1811289-
CMYK0.8400.210.56
HSL165.32º72.31%25.49%-
HSV(B)165.32º83.93%43.92%-
XYZ7.8512.4411.44-
YUV81.27132.3682.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=8.22%
G=51.14%
B=40.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112890.8400.210.56165.3272.3125.49
Hex1270595401538a54819
Octal221601311240257024511031
Binary1001011100001011001101010001010111100010100101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127059; }

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

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

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

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

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

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

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

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