#12505D

Color #12505D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #12505D

Tints of Teal Blue #12505D

Color information

#12505D (or 0x12505D) is unknown color: approx Teal Blue. HEX triplet: 12, 50 and 5D. RGB value is (18,80,93). Sum of RGB (Red+Green+Blue) = 18+80+93=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #12505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12505D is #EDAFA2. Grayscale: #3E3E3E. Windows color (decimal): -15576995 or 6115346. OLE color: 6115346.

HSL color Cylindrical-coordinate representation of color #12505D: hue angle of 190.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12505D is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188093-
CMYK0.810.1400.64
HSL190.4º67.57%21.76%-
HSV(B)190.4º80.65%36.47%-
XYZ5.096.6611.37-
YUV62.94144.9695.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=9.42%
G=41.88%
B=48.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1880930.810.1400.64190.467.5721.76
Hex12505D51E040be4416
Octal2212013512116010027610426
Binary1001010100001011101101000111100100000010111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12505D; }

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

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

<style>
 a { background-color: #12505D; }

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

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

<style>
 span { border-color: #12505D; }

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

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