#12503E

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

Shades of Deep Teal #12503E

Tints of Deep Teal #12503E

Color information

#12503E (or 0x12503E) is unknown color: approx Deep Teal. HEX triplet: 12, 50 and 3E. RGB value is (18,80,62). Sum of RGB (Red+Green+Blue) = 18+80+62=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #12503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12503E is #EDAFC1. Grayscale: #3B3B3B. Windows color (decimal): -15577026 or 4083730. OLE color: 4083730.

HSL color Cylindrical-coordinate representation of color #12503E: hue angle of 162.58º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12503E is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB188062-
CMYK0.7800.220.69
HSL162.58º63.27%19.22%-
HSV(B)162.58º77.5%31.37%-
XYZ3.996.215.55-
YUV59.41129.4698.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=11.25%
G=50%
B=38.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880620.7800.220.69162.5863.2719.22
Hex12503E4E01645a33f13
Octal22120761160261052437723
Binary100101010000111110100111001011010001011010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12503E; }

 p { color: rgb(18,80,62); }

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

<style>
 a { background-color: #12503E; }

 a { background-color: rgb(18,80,62); }

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

<style>
 span { border-color: #12503E; }

 span { border-color: rgb(18,80,62); }

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