#12845D

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

Shades of Deep Sea #12845D

Tints of Deep Sea #12845D

Color information

#12845D (or 0x12845D) is unknown color: approx Deep Sea. HEX triplet: 12, 84 and 5D. RGB value is (18,132,93). Sum of RGB (Red+Green+Blue) = 18+132+93=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #12845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12845D is #ED7BA2. Grayscale: #5D5D5D. Windows color (decimal): -15563683 or 6128658. OLE color: 6128658.

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

Color convert

RGB1813293-
CMYK0.8600.300.48
HSL159.47º76%29.41%-
HSV(B)159.47º86.36%51.76%-
XYZ10.4817.4213.17-
YUV93.47127.7374.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=7.41%
G=54.32%
B=38.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18132930.8600.300.48159.477629.41
Hex12845D5601E309f4c1d
Octal222041351260366023711435
Binary10010100001001011101101011001111011000010011111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12845D; }

 p { color: rgb(18,132,93); }

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

<style>
 a { background-color: #12845D; }

 a { background-color: rgb(18,132,93); }

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

<style>
 span { border-color: #12845D; }

 span { border-color: rgb(18,132,93); }

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