#12505F

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

Shades of Teal Blue #12505F

Tints of Teal Blue #12505F

Color information

#12505F (or 0x12505F) is unknown color: approx Teal Blue. HEX triplet: 12, 50 and 5F. RGB value is (18,80,95). Sum of RGB (Red+Green+Blue) = 18+80+95=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #12505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12505F is #EDAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15576993 or 6246418. OLE color: 6246418.

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

Color convert

RGB188095-
CMYK0.810.1600.63
HSL191.69º68.14%22.16%-
HSV(B)191.69º81.05%37.25%-
XYZ5.186.6911.84-
YUV63.17145.9695.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=9.33%
G=41.45%
B=49.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1880950.810.1600.63191.6968.1422.16
Hex12505F511003Fc04416
Octal221201371212007730010426
Binary1001010100001011111101000110000011111111000000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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