#12513F

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

Shades of Deep Teal #12513F

Tints of Deep Teal #12513F

Color information

#12513F (or 0x12513F) is unknown color: approx Deep Teal. HEX triplet: 12, 51 and 3F. RGB value is (18,81,63). Sum of RGB (Red+Green+Blue) = 18+81+63=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #12513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513F is #EDAEC0. Grayscale: #3C3C3C. Windows color (decimal): -15576769 or 4149522. OLE color: 4149522.

HSL color Cylindrical-coordinate representation of color #12513F: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513F is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB188163-
CMYK0.7800.220.68
HSL162.86º63.64%19.41%-
HSV(B)162.86º77.78%31.76%-
XYZ4.096.375.72-
YUV60.11129.6397.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 63 (25% from 255) = 38.89%
R=11.11%
G=50%
B=38.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881630.7800.220.68162.8663.6419.41
Hex12513F4E01644a34013
Octal221217711602610424310023
Binary1001010100011111111001110010110100010010100011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,81,63); }

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

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

 a { background-color: rgb(18,81,63); }

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

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

 span { border-color: rgb(18,81,63); }

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