#12505C

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

Shades of Teal Blue #12505C

Tints of Teal Blue #12505C

Color information

#12505C (or 0x12505C) is unknown color: approx Teal Blue. HEX triplet: 12, 50 and 5C. RGB value is (18,80,92). Sum of RGB (Red+Green+Blue) = 18+80+92=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #12505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12505C is #EDAFA3. Grayscale: #3E3E3E. Windows color (decimal): -15576996 or 6049810. OLE color: 6049810.

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

Color convert

RGB188092-
CMYK0.800.1300.64
HSL189.73º67.27%21.57%-
HSV(B)189.73º80.43%36.08%-
XYZ5.056.6411.14-
YUV62.83144.4696.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=9.47%
G=42.11%
B=48.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1880920.800.1300.64189.7367.2721.57
Hex12505C50D040be4316
Octal2212013412015010027610326
Binary1001010100001011100101000011010100000010111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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