#125644

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

Shades of Deep Teal #125644

Tints of Deep Teal #125644

Color information

#125644 (or 0x125644) is unknown color: approx Deep Teal. HEX triplet: 12, 56 and 44. RGB value is (18,86,68). Sum of RGB (Red+Green+Blue) = 18+86+68=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #125644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125644 is #EDA9BB. Grayscale: #3F3F3F. Windows color (decimal): -15575484 or 4478482. OLE color: 4478482.

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

Color convert

RGB188668-
CMYK0.7900.210.66
HSL164.12º65.38%20.39%-
HSV(B)164.12º79.07%33.73%-
XYZ4.627.26.62-
YUV63.62130.4795.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=10.47%
G=50%
B=39.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886680.7900.210.66164.1265.3820.39
Hex1256444F01542a44114
Octal2212610411702510224410124
Binary10010101011010001001001111010101100001010100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125644; }

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

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

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

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

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

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

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

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