#125445

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

Shades of Deep Teal #125445

Tints of Deep Teal #125445

Color information

#125445 (or 0x125445) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 45. RGB value is (18,84,69). Sum of RGB (Red+Green+Blue) = 18+84+69=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #125445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125445 is #EDABBA. Grayscale: #3E3E3E. Windows color (decimal): -15575995 or 4543506. OLE color: 4543506.

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

Color convert

RGB188469-
CMYK0.7900.180.67
HSL166.36º64.71%20%-
HSV(B)166.36º78.57%32.94%-
XYZ4.496.96.72-
YUV62.56131.6396.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 69 (27.34% from 255) = 40.35%
R=10.53%
G=49.12%
B=40.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884690.7900.180.67166.3664.7120
Hex1254454F01243a64114
Octal2212410511702210324610124
Binary10010101010010001011001111010010100001110100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125445; }

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

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

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

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

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

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

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

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