#125643

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

Shades of Deep Teal #125643

Tints of Deep Teal #125643

Color information

#125643 (or 0x125643) is unknown color: approx Deep Teal. HEX triplet: 12, 56 and 43. RGB value is (18,86,67). Sum of RGB (Red+Green+Blue) = 18+86+67=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #125643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125643 is #EDA9BC. Grayscale: #3F3F3F. Windows color (decimal): -15575485 or 4412946. OLE color: 4412946.

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

Color convert

RGB188667-
CMYK0.7900.220.66
HSL163.24º65.38%20.39%-
HSV(B)163.24º79.07%33.73%-
XYZ4.597.196.46-
YUV63.5129.9795.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=10.53%
G=50.29%
B=39.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886670.7900.220.66163.2465.3820.39
Hex1256434F01642a34114
Octal2212610311702610224310124
Binary10010101011010000111001111010110100001010100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125643; }

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

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

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

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

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

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

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

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