#127864

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

Shades of Deep Sea #127864

Tints of Deep Sea #127864

Color information

#127864 (or 0x127864) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 64. RGB value is (18,120,100). Sum of RGB (Red+Green+Blue) = 18+120+100=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #127864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127864 is #ED879B. Grayscale: #575757. Windows color (decimal): -15566748 or 6584338. OLE color: 6584338.

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

Color convert

RGB18120100-
CMYK0.8500.170.53
HSL168.24º73.91%27.06%-
HSV(B)168.24º85%47.06%-
XYZ9.2714.4814.36-
YUV87.22135.2178.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=7.56%
G=50.42%
B=42.02%

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
Decimal181201000.8500.170.53168.2473.9127.06
Hex1278645501135a84a1b
Octal221701441250216525011233
Binary1001011110001100100101010101000111010110101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127864; }

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

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

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

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

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

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

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

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