#125441

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

Shades of Deep Teal #125441

Tints of Deep Teal #125441

Color information

#125441 (or 0x125441) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 41. RGB value is (18,84,65). Sum of RGB (Red+Green+Blue) = 18+84+65=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #125441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125441 is #EDABBE. Grayscale: #3E3E3E. Windows color (decimal): -15575999 or 4281362. OLE color: 4281362.

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

Color convert

RGB188465-
CMYK0.7900.230.67
HSL162.73º64.71%20%-
HSV(B)162.73º78.57%32.94%-
XYZ4.376.856.09-
YUV62.1129.6396.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=10.78%
G=50.30%
B=38.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884650.7900.230.67162.7364.7120
Hex1254414F01743a34114
Octal2212410111702710324310124
Binary10010101010010000011001111010111100001110100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125441; }

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

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

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

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

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

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

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

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