#12816A

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

Shades of Deep Sea #12816A

Tints of Deep Sea #12816A

Color information

#12816A (or 0x12816A) is unknown color: approx Deep Sea. HEX triplet: 12, 81 and 6A. RGB value is (18,129,106). Sum of RGB (Red+Green+Blue) = 18+129+106=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #12816A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12816A is #ED7E95. Grayscale: #5D5D5D. Windows color (decimal): -15564438 or 6979858. OLE color: 6979858.

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

Color convert

RGB18129106-
CMYK0.8600.180.49
HSL167.57º75.51%28.82%-
HSV(B)167.57º86.05%50.59%-
XYZ10.716.8716.33-
YUV93.19135.2374.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=7.11%
G=50.99%
B=41.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181291060.8600.180.49167.5775.5128.82
Hex12816A5601231a84c1d
Octal222011521260226125011435
Binary10010100000011101010101011001001011000110101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12816A; }

 p { color: rgb(18,129,106); }

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

<style>
 a { background-color: #12816A; }

 a { background-color: rgb(18,129,106); }

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

<style>
 span { border-color: #12816A; }

 span { border-color: rgb(18,129,106); }

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