#12796D

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

Shades of Deep Sea #12796D

Tints of Deep Sea #12796D

Color information

#12796D (or 0x12796D) is unknown color: approx Deep Sea. HEX triplet: 12, 79 and 6D. RGB value is (18,121,109). Sum of RGB (Red+Green+Blue) = 18+121+109=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #12796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796D is #ED8692. Grayscale: #585858. Windows color (decimal): -15566483 or 7174418. OLE color: 7174418.

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

Color convert

RGB18121109-
CMYK0.8500.100.53
HSL173.01º74.1%27.25%-
HSV(B)173.01º85.12%47.45%-
XYZ9.8514.9116.83-
YUV88.84139.3877.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=7.26%
G=48.79%
B=43.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211090.8500.100.53173.0174.127.25
Hex12796D550A35ad4a1b
Octal221711551250126525511233
Binary100101111001110110110101010101011010110101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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