#125545

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

Shades of Deep Teal #125545

Tints of Deep Teal #125545

Color information

#125545 (or 0x125545) is unknown color: approx Deep Teal. HEX triplet: 12, 55 and 45. RGB value is (18,85,69). Sum of RGB (Red+Green+Blue) = 18+85+69=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #125545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125545 is #EDAABA. Grayscale: #3F3F3F. Windows color (decimal): -15575739 or 4543762. OLE color: 4543762.

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

Color convert

RGB188569-
CMYK0.7900.190.67
HSL165.67º65.05%20.2%-
HSV(B)165.67º78.82%33.33%-
XYZ4.577.066.75-
YUV63.14131.395.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=10.47%
G=49.42%
B=40.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885690.7900.190.67165.6765.0520.2
Hex1255454F01343a64114
Octal2212510511702310324610124
Binary10010101010110001011001111010011100001110100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125545; }

 p { color: rgb(18,85,69); }

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

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

 a { background-color: rgb(18,85,69); }

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

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

 span { border-color: rgb(18,85,69); }

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