#12705f

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

Shades of Deep Sea #12705F

Tints of Deep Sea #12705F

Color information

#12705F (or 0x12705F) is unknown color: approx Deep Sea. HEX triplet: 12, 70 and 5F. RGB value is (18,112,95). Sum of RGB (Red+Green+Blue) = 18+112+95=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #12705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705F is #ED8FA0. Grayscale: #515151. Windows color (decimal): -15568801 or 6254610. OLE color: 6254610.

HSL color Cylindrical-coordinate representation of color #12705F: hue angle of 169.15º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12705F is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1811295-
CMYK0.8400.150.56
HSL169.15º72.31%25.49%-
HSV(B)169.15º83.93%43.92%-
XYZ8.1112.5412.82-
YUV81.96135.3682.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=8%
G=49.78%
B=42.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112950.8400.150.56169.1572.3125.49
Hex12705F540F38a94819
Octal221601371240177025111031
Binary100101110000101111110101000111111100010101001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12705f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12705f; }

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

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

<style>
 a { background-color: #12705f; }

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

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

<style>
 span { border-color: #12705f; }

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

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