#12515E

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

Shades of Teal Blue #12515E

Tints of Teal Blue #12515E

Color information

#12515E (or 0x12515E) is unknown color: approx Teal Blue. HEX triplet: 12, 51 and 5E. RGB value is (18,81,94). Sum of RGB (Red+Green+Blue) = 18+81+94=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #12515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515E is #EDAEA1. Grayscale: #3F3F3F. Windows color (decimal): -15576738 or 6181138. OLE color: 6181138.

HSL color Cylindrical-coordinate representation of color #12515E: hue angle of 190.26º 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 #12515E is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB188194-
CMYK0.810.1400.63
HSL190.26º67.86%21.96%-
HSV(B)190.26º80.85%36.86%-
XYZ5.216.8211.63-
YUV63.64145.1395.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=9.33%
G=41.97%
B=48.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1881940.810.1400.63190.2667.8621.96
Hex12515E51E03Fbe4416
Octal221211361211607727610426
Binary100101010001101111010100011110011111110111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,81,94); }

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

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

 a { background-color: rgb(18,81,94); }

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

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

 span { border-color: rgb(18,81,94); }

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