#125444

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

Shades of Deep Teal #125444

Tints of Deep Teal #125444

Color information

#125444 (or 0x125444) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 44. RGB value is (18,84,68). Sum of RGB (Red+Green+Blue) = 18+84+68=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #125444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125444 is #EDABBB. Grayscale: #3E3E3E. Windows color (decimal): -15575996 or 4477970. OLE color: 4477970.

HSL color Cylindrical-coordinate representation of color #125444: hue angle of 165.45º 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 #125444 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB188468-
CMYK0.7900.190.67
HSL165.45º64.71%20%-
HSV(B)165.45º78.57%32.94%-
XYZ4.466.896.56-
YUV62.44131.1396.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 68 (26.95% from 255) = 40%
R=10.59%
G=49.41%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884680.7900.190.67165.4564.7120
Hex1254444F01343a54114
Octal2212410411702310324510124
Binary10010101010010001001001111010011100001110100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125444; }

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

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

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

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

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

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

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

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