#12725D

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

Shades of Deep Sea #12725D

Tints of Deep Sea #12725D

Color information

#12725D (or 0x12725D) is unknown color: approx Deep Sea. HEX triplet: 12, 72 and 5D. RGB value is (18,114,93). Sum of RGB (Red+Green+Blue) = 18+114+93=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #12725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725D is #ED8DA2. Grayscale: #525252. Windows color (decimal): -15568291 or 6124050. OLE color: 6124050.

HSL color Cylindrical-coordinate representation of color #12725D: hue angle of 166.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12725D is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1811493-
CMYK0.8400.180.55
HSL166.88º72.73%25.88%-
HSV(B)166.88º84.21%44.71%-
XYZ8.2412.9512.42-
YUV82.9133.781.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=8%
G=50.67%
B=41.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114930.8400.180.55166.8872.7325.88
Hex12725D5401237a7491a
Octal221621351240226724711132
Binary1001011100101011101101010001001011011110100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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