#12503F

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

Shades of Deep Teal #12503F

Tints of Deep Teal #12503F

Color information

#12503F (or 0x12503F) is unknown color: approx Deep Teal. HEX triplet: 12, 50 and 3F. RGB value is (18,80,63). Sum of RGB (Red+Green+Blue) = 18+80+63=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #12503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12503F is #EDAFC0. Grayscale: #3B3B3B. Windows color (decimal): -15577025 or 4149266. OLE color: 4149266.

HSL color Cylindrical-coordinate representation of color #12503F: hue angle of 163.55º 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 #12503F is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB188063-
CMYK0.7800.210.69
HSL163.55º63.27%19.22%-
HSV(B)163.55º77.5%31.37%-
XYZ4.026.225.69-
YUV59.52129.9698.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 63 (25% from 255) = 39.13%
R=11.18%
G=49.69%
B=39.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880630.7800.210.69163.5563.2719.22
Hex12503F4E01545a43f13
Octal22120771160251052447723
Binary100101010000111111100111001010110001011010010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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