#12826E

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

Shades of Deep Sea #12826E

Tints of Deep Sea #12826E

Color information

#12826E (or 0x12826E) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 6E. RGB value is (18,130,110). Sum of RGB (Red+Green+Blue) = 18+130+110=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #12826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826E is #ED7D91. Grayscale: #5E5E5E. Windows color (decimal): -15564178 or 7242258. OLE color: 7242258.

HSL color Cylindrical-coordinate representation of color #12826E: hue angle of 169.29º 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 #12826E is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB18130110-
CMYK0.8600.150.49
HSL169.29º75.68%29.02%-
HSV(B)169.29º86.15%50.98%-
XYZ11.0517.2217.49-
YUV94.23136.8973.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=6.98%
G=50.39%
B=42.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301100.8600.150.49169.2975.6829.02
Hex12826E560F31a94c1d
Octal222021561260176125111435
Binary1001010000010110111010101100111111000110101001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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