#125746

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

Shades of Deep Teal #125746

Tints of Deep Teal #125746

Color information

#125746 (or 0x125746) is unknown color: approx Deep Teal. HEX triplet: 12, 57 and 46. RGB value is (18,87,70). Sum of RGB (Red+Green+Blue) = 18+87+70=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #125746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125746 is #EDA8B9. Grayscale: #404040. Windows color (decimal): -15575226 or 4609810. OLE color: 4609810.

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

Color convert

RGB188770-
CMYK0.7900.200.66
HSL165.22º65.71%20.59%-
HSV(B)165.22º79.31%34.12%-
XYZ4.767.396.97-
YUV64.43131.1494.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=10.29%
G=49.71%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887700.7900.200.66165.2265.7120.59
Hex1257464F01442a54215
Octal2212710611702410224510225
Binary10010101011110001101001111010100100001010100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125746; }

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

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

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

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

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

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

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

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