Html Css Color HEX #124840 Deep Teal

📋 copy color: '#124840'

red 18 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #124840

Tints of Deep Teal #124840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 11.69%
G = 46.75%
B = 41.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#124840 (or 0x124840) is known color: Deep Teal. HEX triplet: 12, 48 and 40. RGB value is (18,72,64). Sum of RGB (Red+Green+Blue) = 18+72+64=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #124840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124840 is #EDB7BF. Grayscale: #363636. Windows color (decimal): -15579072 or 4212754. OLE color: 4212754.

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

Color convert

RGB 18 72 64 -
CMYK 0.75 0 0.11 0.72
HSL 171.11º 0.6% 0.18% -
HSV(B) 171.11º 0.75% 0.28% -
XYZ 3.49 5.13 5.66 -
YUV 54.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 18 72 64 0.75 0 0.11 0.72 171.11 0.6 0.18
Hex 12 48 40 4B 0 B 48 AB 3C 12
Octal 22 110 100 113 0 13 110 253 74 22
Binary 10010 1001000 1000000 1001011 0 1011 1001000 10101011 111100 10010

Color Harmonies of #124840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124840

Black with #124840

Text Example


Text Example

White with #124840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124840; }

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

 H1.HeaderClassName
 {
   color: #124840;
 }
 .AnyTagClassName
 {
   color: #124840;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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