#127862

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

Shades of Deep Sea #127862

Tints of Deep Sea #127862

Color information

#127862 (or 0x127862) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 62. RGB value is (18,120,98). Sum of RGB (Red+Green+Blue) = 18+120+98=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #127862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127862 is #ED879D. Grayscale: #565656. Windows color (decimal): -15566750 or 6453266. OLE color: 6453266.

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

Color convert

RGB1812098-
CMYK0.8500.180.53
HSL167.06º73.91%27.06%-
HSV(B)167.06º85%47.06%-
XYZ9.1714.4413.86-
YUV86.99134.2178.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=7.63%
G=50.85%
B=41.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120980.8500.180.53167.0673.9127.06
Hex1278625501235a74a1b
Octal221701421250226524711233
Binary1001011110001100010101010101001011010110100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127862; }

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

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

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

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

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

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

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

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