#124E3D

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

Shades of Deep Teal #124E3D

Tints of Deep Teal #124E3D

Color information

#124E3D (or 0x124E3D) is unknown color: approx Deep Teal. HEX triplet: 12, 4E and 3D. RGB value is (18,78,61). Sum of RGB (Red+Green+Blue) = 18+78+61=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3D is #EDB1C2. Grayscale: #3A3A3A. Windows color (decimal): -15577539 or 4017682. OLE color: 4017682.

HSL color Cylindrical-coordinate representation of color #124E3D: hue angle of 163º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E3D is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB187861-
CMYK0.7700.220.69
HSL163º62.5%18.82%-
HSV(B)163º76.92%30.59%-
XYZ3.825.915.36-
YUV58.12129.6299.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=11.46%
G=49.68%
B=38.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878610.7700.220.6916362.518.82
Hex124E3D4D01645a33e13
Octal22116751150261052437623
Binary100101001110111101100110101011010001011010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,78,61); }

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

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

 a { background-color: rgb(18,78,61); }

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

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

 span { border-color: rgb(18,78,61); }

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