#124C42

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

Shades of Deep Teal #124C42

Tints of Deep Teal #124C42

Color information

#124C42 (or 0x124C42) is unknown color: approx Deep Teal. HEX triplet: 12, 4C and 42. RGB value is (18,76,66). Sum of RGB (Red+Green+Blue) = 18+76+66=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #124C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C42 is #EDB3BD. Grayscale: #393939. Windows color (decimal): -15578046 or 4344850. OLE color: 4344850.

HSL color Cylindrical-coordinate representation of color #124C42: hue angle of 169.66º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C42 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB187666-
CMYK0.7600.130.70
HSL169.66º61.7%18.43%-
HSV(B)169.66º76.32%29.8%-
XYZ3.825.696.05-
YUV57.52132.7899.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=11.25%
G=47.5%
B=41.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1876660.7600.130.70169.6661.718.43
Hex124C424C0D46aa3e12
Octal221141021140151062527622
Binary100101001100100001010011000110110001101010101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124C42; }

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

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

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

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

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

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

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

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