#12786D

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

Shades of Deep Sea #12786D

Tints of Deep Sea #12786D

Color information

#12786D (or 0x12786D) is unknown color: approx Deep Sea. HEX triplet: 12, 78 and 6D. RGB value is (18,120,109). Sum of RGB (Red+Green+Blue) = 18+120+109=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #12786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786D is #ED8792. Grayscale: #585858. Windows color (decimal): -15566739 or 7174162. OLE color: 7174162.

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

Color convert

RGB18120109-
CMYK0.8500.090.53
HSL173.53º73.91%27.06%-
HSV(B)173.53º85%47.06%-
XYZ9.7314.6716.79-
YUV88.25139.7177.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=7.29%
G=48.58%
B=44.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181201090.8500.090.53173.5373.9127.06
Hex12786D550935ae4a1b
Octal221701551250116525611233
Binary100101111000110110110101010100111010110101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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