#124740

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

Shades of Deep Teal #124740

Tints of Deep Teal #124740

Color information

#124740 (or 0x124740) is unknown color: approx Deep Teal. HEX triplet: 12, 47 and 40. RGB value is (18,71,64). Sum of RGB (Red+Green+Blue) = 18+71+64=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #124740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124740 is #EDB8BF. Grayscale: #363636. Windows color (decimal): -15579328 or 4212498. OLE color: 4212498.

HSL color Cylindrical-coordinate representation of color #124740: hue angle of 172.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124740 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB187164-
CMYK0.7500.100.72
HSL172.08º59.55%17.45%-
HSV(B)172.08º74.65%27.84%-
XYZ3.435.015.64-
YUV54.36133.44102.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=11.76%
G=46.41%
B=41.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871640.7500.100.72172.0859.5517.45
Hex1247404B0A48ac3c11
Octal221071001130121102547421
Binary100101000111100000010010110101010010001010110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124740; }

 p { color: rgb(18,71,64); }

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

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

 a { background-color: rgb(18,71,64); }

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

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

 span { border-color: rgb(18,71,64); }

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