#12725F

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

Shades of Deep Sea #12725F

Tints of Deep Sea #12725F

Color information

#12725F (or 0x12725F) is unknown color: approx Deep Sea. HEX triplet: 12, 72 and 5F. RGB value is (18,114,95). Sum of RGB (Red+Green+Blue) = 18+114+95=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #12725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725F is #ED8DA0. Grayscale: #535353. Windows color (decimal): -15568289 or 6255122. OLE color: 6255122.

HSL color Cylindrical-coordinate representation of color #12725F: hue angle of 168.12º 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 #12725F is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1811495-
CMYK0.8400.170.55
HSL168.12º72.73%25.88%-
HSV(B)168.12º84.21%44.71%-
XYZ8.3312.9912.89-
YUV83.13134.781.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=7.93%
G=50.22%
B=41.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114950.8400.170.55168.1272.7325.88
Hex12725F5401137a8491a
Octal221621371240216725011132
Binary1001011100101011111101010001000111011110101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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