#127861

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

Shades of Deep Sea #127861

Tints of Deep Sea #127861

Color information

#127861 (or 0x127861) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 61. RGB value is (18,120,97). Sum of RGB (Red+Green+Blue) = 18+120+97=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #127861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127861 is #ED879E. Grayscale: #565656. Windows color (decimal): -15566751 or 6387730. OLE color: 6387730.

HSL color Cylindrical-coordinate representation of color #127861: hue angle of 166.47º 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 #127861 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1812097-
CMYK0.8500.190.53
HSL166.47º73.91%27.06%-
HSV(B)166.47º85%47.06%-
XYZ9.1214.4213.61-
YUV86.88133.7178.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=7.66%
G=51.06%
B=41.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120970.8500.190.53166.4773.9127.06
Hex1278615501335a64a1b
Octal221701411250236524611233
Binary1001011110001100001101010101001111010110100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127861; }

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

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

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

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

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

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

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

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