#124336

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

Shades of Deep Teal #124336

Tints of Deep Teal #124336

Color information

#124336 (or 0x124336) is unknown color: approx Deep Teal. HEX triplet: 12, 43 and 36. RGB value is (18,67,54). Sum of RGB (Red+Green+Blue) = 18+67+54=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #124336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124336 is #EDBCC9. Grayscale: #323232. Windows color (decimal): -15580362 or 3556114. OLE color: 3556114.

HSL color Cylindrical-coordinate representation of color #124336: hue angle of 164.08º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124336 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB186754-
CMYK0.7300.190.74
HSL164.08º57.65%16.67%-
HSV(B)164.08º73.13%26.27%-
XYZ2.924.414.19-
YUV50.87129.77104.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=12.95%
G=48.20%
B=38.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867540.7300.190.74164.0857.6516.67
Hex124336490134Aa43a11
Octal22103661110231122447221
Binary100101000011110110100100101001110010101010010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124336; }

 p { color: rgb(18,67,54); }

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

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

 a { background-color: rgb(18,67,54); }

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

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

 span { border-color: rgb(18,67,54); }

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