#12786E

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

Shades of Deep Sea #12786E

Tints of Deep Sea #12786E

Color information

#12786E (or 0x12786E) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 6E. RGB value is (18,120,110). Sum of RGB (Red+Green+Blue) = 18+120+110=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #12786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786E is #ED8791. Grayscale: #585858. Windows color (decimal): -15566738 or 7239698. OLE color: 7239698.

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

Color convert

RGB18120110-
CMYK0.8500.080.53
HSL174.12º73.91%27.06%-
HSV(B)174.12º85%47.06%-
XYZ9.7814.6917.07-
YUV88.36140.2177.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=7.26%
G=48.39%
B=44.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181201100.8500.080.53174.1273.9127.06
Hex12786E550835ae4a1b
Octal221701561250106525611233
Binary100101111000110111010101010100011010110101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12786E; }

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

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

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

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

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

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

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

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