#12855E

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

Shades of Deep Sea #12855E

Tints of Deep Sea #12855E

Color information

#12855E (or 0x12855E) is unknown color: approx Deep Sea. HEX triplet: 12, 85 and 5E. RGB value is (18,133,94). Sum of RGB (Red+Green+Blue) = 18+133+94=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #12855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12855E is #ED7AA1. Grayscale: #5E5E5E. Windows color (decimal): -15563426 or 6194450. OLE color: 6194450.

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

Color convert

RGB1813394-
CMYK0.8600.290.48
HSL159.65º76.16%29.61%-
HSV(B)159.65º86.47%52.16%-
XYZ10.6617.7113.45-
YUV94.17127.973.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=7.35%
G=54.29%
B=38.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133940.8600.290.48159.6576.1629.61
Hex12855E5601D30a04c1e
Octal222051361260356024011436
Binary10010100001011011110101011001110111000010100000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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