#127967

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

Shades of Deep Sea #127967

Tints of Deep Sea #127967

Color information

#127967 (or 0x127967) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 67. RGB value is (18,121,103). Sum of RGB (Red+Green+Blue) = 18+121+103=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #127967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127967 is #ED8698. Grayscale: #585858. Windows color (decimal): -15566489 or 6781202. OLE color: 6781202.

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

Color convert

RGB18121103-
CMYK0.8500.150.53
HSL169.51º74.1%27.25%-
HSV(B)169.51º85.12%47.45%-
XYZ9.5414.7815.18-
YUV88.15136.3877.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=7.44%
G=50%
B=42.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211030.8500.150.53169.5174.127.25
Hex127967550F35aa4a1b
Octal221711471250176525211233
Binary100101111001110011110101010111111010110101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127967; }

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

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

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

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

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

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

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

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