#127858

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

Shades of Deep Sea #127858

Tints of Deep Sea #127858

Color information

#127858 (or 0x127858) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 58. RGB value is (18,120,88). Sum of RGB (Red+Green+Blue) = 18+120+88=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #127858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127858 is #ED87A7. Grayscale: #555555. Windows color (decimal): -15566760 or 5797906. OLE color: 5797906.

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

Color convert

RGB1812088-
CMYK0.8500.270.53
HSL161.18º73.91%27.06%-
HSV(B)161.18º85%47.06%-
XYZ8.7314.2711.53-
YUV85.85129.2179.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=7.96%
G=53.10%
B=38.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120880.8500.270.53161.1873.9127.06
Hex1278585501B35a14a1b
Octal221701301250336524111233
Binary1001011110001011000101010101101111010110100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127858; }

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

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

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

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

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

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

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

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