#125446

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

Shades of Deep Teal #125446

Tints of Deep Teal #125446

Color information

#125446 (or 0x125446) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 46. RGB value is (18,84,70). Sum of RGB (Red+Green+Blue) = 18+84+70=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #125446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125446 is #EDABB9. Grayscale: #3E3E3E. Windows color (decimal): -15575994 or 4609042. OLE color: 4609042.

HSL color Cylindrical-coordinate representation of color #125446: hue angle of 167.27º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125446 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB188470-
CMYK0.7900.170.67
HSL167.27º64.71%20%-
HSV(B)167.27º78.57%32.94%-
XYZ4.536.916.89-
YUV62.67132.1396.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=10.47%
G=48.84%
B=40.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884700.7900.170.67167.2764.7120
Hex1254464F01143a74114
Octal2212410611702110324710124
Binary10010101010010001101001111010001100001110100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125446; }

 p { color: rgb(18,84,70); }

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

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

 a { background-color: rgb(18,84,70); }

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

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

 span { border-color: rgb(18,84,70); }

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