#12505B

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

Shades of Teal Blue #12505B

Tints of Teal Blue #12505B

Color information

#12505B (or 0x12505B) is unknown color: approx Teal Blue. HEX triplet: 12, 50 and 5B. RGB value is (18,80,91). Sum of RGB (Red+Green+Blue) = 18+80+91=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #12505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12505B is #EDAFA4. Grayscale: #3E3E3E. Windows color (decimal): -15576997 or 5984274. OLE color: 5984274.

HSL color Cylindrical-coordinate representation of color #12505B: hue angle of 189.04º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12505B is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188091-
CMYK0.800.1200.64
HSL189.04º66.97%21.37%-
HSV(B)189.04º80.22%35.69%-
XYZ5.016.6210.91-
YUV62.72143.9696.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=9.52%
G=42.33%
B=48.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1880910.800.1200.64189.0466.9721.37
Hex12505B50C040bd4315
Octal2212013312014010027510325
Binary1001010100001011011101000011000100000010111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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