Html Css Color HEX #124740 Deep Teal

📋 copy color: '#124740'

red 18 ◦ green 71 ◦ blue 64

#124740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #124740

Tints of Deep Teal #124740

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

 GREEN value IS 71 (28.13% 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 value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#124740 (or 0x124740) is known color: 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

RGB 18 71 64 -
CMYK 0.75 0 0.10 0.72
HSL 172.08º 0.6% 0.17% -
HSV(B) 172.08º 0.75% 0.28% -
XYZ 3.43 5.01 5.64 -
YUV 54.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 18 71 64 0.75 0 0.10 0.72 172.08 0.6 0.17
Hex 12 47 40 4B 0 A 48 AC 3C 11
Octal 22 107 100 113 0 12 110 254 74 21
Binary 10010 1000111 1000000 1001011 0 1010 1001000 10101100 111100 10001

Color Harmonies of #124740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124740

Black with #124740

Text Example


Text Example

White with #124740

Text Example


Text Example

HTML Codes & Css Web 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>