#12866A

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

Shades of Deep Sea #12866A

Tints of Deep Sea #12866A

Color information

#12866A (or 0x12866A) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 6A. RGB value is (18,134,106). Sum of RGB (Red+Green+Blue) = 18+134+106=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #12866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12866A is #ED7995. Grayscale: #606060. Windows color (decimal): -15563158 or 6981138. OLE color: 6981138.

HSL color Cylindrical-coordinate representation of color #12866A: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12866A is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB18134106-
CMYK0.8700.210.47
HSL165.52º76.32%29.8%-
HSV(B)165.52º86.57%52.55%-
XYZ11.3818.2216.55-
YUV96.12133.5772.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=6.98%
G=51.94%
B=41.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341060.8700.210.47165.5276.3229.8
Hex12866A570152Fa64c1e
Octal222061521270255724611436
Binary10010100001101101010101011101010110111110100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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