#127863

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

Shades of Deep Sea #127863

Tints of Deep Sea #127863

Color information

#127863 (or 0x127863) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 63. RGB value is (18,120,99). Sum of RGB (Red+Green+Blue) = 18+120+99=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #127863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127863 is #ED879C. Grayscale: #575757. Windows color (decimal): -15566749 or 6518802. OLE color: 6518802.

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

Color convert

RGB1812099-
CMYK0.8500.170.53
HSL167.65º73.91%27.06%-
HSV(B)167.65º85%47.06%-
XYZ9.2214.4614.11-
YUV87.11134.7178.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=7.59%
G=50.63%
B=41.77%

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
Decimal18120990.8500.170.53167.6573.9127.06
Hex1278635501135a84a1b
Octal221701431250216525011233
Binary1001011110001100011101010101000111010110101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127863; }

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

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

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

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

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

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

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

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