#12856A

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

Shades of Deep Sea #12856A

Tints of Deep Sea #12856A

Color information

#12856A (or 0x12856A) is unknown color: approx Deep Sea. HEX triplet: 12, 85 and 6A. RGB value is (18,133,106). Sum of RGB (Red+Green+Blue) = 18+133+106=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #12856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12856A is #ED7A95. Grayscale: #5F5F5F. Windows color (decimal): -15563414 or 6980882. OLE color: 6980882.

HSL color Cylindrical-coordinate representation of color #12856A: hue angle of 165.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12856A is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB18133106-
CMYK0.8600.200.48
HSL165.91º76.16%29.61%-
HSV(B)165.91º86.47%52.16%-
XYZ11.2417.9416.51-
YUV95.54133.972.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=7.00%
G=51.75%
B=41.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331060.8600.200.48165.9176.1629.61
Hex12856A5601430a64c1e
Octal222051521260246024611436
Binary10010100001011101010101011001010011000010100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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