#12826D

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

Shades of Deep Sea #12826D

Tints of Deep Sea #12826D

Color information

#12826D (or 0x12826D) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 6D. RGB value is (18,130,109). Sum of RGB (Red+Green+Blue) = 18+130+109=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #12826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826D is #ED7D92. Grayscale: #5E5E5E. Windows color (decimal): -15564179 or 7176722. OLE color: 7176722.

HSL color Cylindrical-coordinate representation of color #12826D: hue angle of 168.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12826D is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB18130109-
CMYK0.8600.160.49
HSL168.75º75.68%29.02%-
HSV(B)168.75º86.15%50.98%-
XYZ10.9917.217.21-
YUV94.12136.3973.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=7.00%
G=50.58%
B=42.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301090.8600.160.49168.7575.6829.02
Hex12826D5601031a94c1d
Octal222021551260206125111435
Binary10010100000101101101101011001000011000110101001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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