#125442

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

Shades of Deep Teal #125442

Tints of Deep Teal #125442

Color information

#125442 (or 0x125442) is unknown color: approx Deep Teal. HEX triplet: 12, 54 and 42. RGB value is (18,84,66). Sum of RGB (Red+Green+Blue) = 18+84+66=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #125442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125442 is #EDABBD. Grayscale: #3E3E3E. Windows color (decimal): -15575998 or 4346898. OLE color: 4346898.

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

Color convert

RGB188466-
CMYK0.7900.210.67
HSL163.64º64.71%20%-
HSV(B)163.64º78.57%32.94%-
XYZ4.46.866.25-
YUV62.21130.1396.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=10.71%
G=50%
B=39.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884660.7900.210.67163.6464.7120
Hex1254424F01543a44114
Octal2212410211702510324410124
Binary10010101010010000101001111010101100001110100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125442; }

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

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

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

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

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

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

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

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