#127964

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

Shades of Deep Sea #127964

Tints of Deep Sea #127964

Color information

#127964 (or 0x127964) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 64. RGB value is (18,121,100). Sum of RGB (Red+Green+Blue) = 18+121+100=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #127964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127964 is #ED869B. Grayscale: #575757. Windows color (decimal): -15566492 or 6584594. OLE color: 6584594.

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

Color convert

RGB18121100-
CMYK0.8500.170.53
HSL167.77º74.1%27.25%-
HSV(B)167.77º85.12%47.45%-
XYZ9.3914.7214.4-
YUV87.81134.8878.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=7.53%
G=50.63%
B=41.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211000.8500.170.53167.7774.127.25
Hex1279645501135a84a1b
Octal221711441250216525011233
Binary1001011110011100100101010101000111010110101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127964; }

 p { color: rgb(18,121,100); }

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

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

 a { background-color: rgb(18,121,100); }

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

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

 span { border-color: rgb(18,121,100); }

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