#127961

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

Shades of Deep Sea #127961

Tints of Deep Sea #127961

Color information

#127961 (or 0x127961) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 61. RGB value is (18,121,97). Sum of RGB (Red+Green+Blue) = 18+121+97=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #127961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127961 is #ED869E. Grayscale: #575757. Windows color (decimal): -15566495 or 6387986. OLE color: 6387986.

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

Color convert

RGB1812197-
CMYK0.8500.200.53
HSL166.02º74.1%27.25%-
HSV(B)166.02º85.12%47.45%-
XYZ9.2414.6713.65-
YUV87.47133.3878.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=7.63%
G=51.27%
B=41.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121970.8500.200.53166.0274.127.25
Hex1279615501435a64a1b
Octal221711411250246524611233
Binary1001011110011100001101010101010011010110100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127961; }

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

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

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

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

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

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

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

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