#125447

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

Shades of Deep Teal #125447

Tints of Deep Teal #125447

Color information

#125447 (or 0x125447) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 47. RGB value is (18,84,71). Sum of RGB (Red+Green+Blue) = 18+84+71=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #125447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125447 is #EDABB8. Grayscale: #3E3E3E. Windows color (decimal): -15575993 or 4674578. OLE color: 4674578.

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

Color convert

RGB188471-
CMYK0.7900.150.67
HSL168.18º64.71%20%-
HSV(B)168.18º78.57%32.94%-
XYZ4.566.927.06-
YUV62.78132.6396.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=10.40%
G=48.55%
B=41.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884710.7900.150.67168.1864.7120
Hex1254474F0F43a84114
Octal2212410711701710325010124
Binary1001010101001000111100111101111100001110101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125447; }

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

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

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

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

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

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

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

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