Html Css Color HEX #124037 Deep Teal

📋 copy color: '#124037'

red 18 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #124037

Tints of Deep Teal #124037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.72%

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 13.14%
G = 46.72%
B = 40.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#124037 (or 0x124037) is known color: Deep Teal. HEX triplet: 12, 40 and 37. RGB value is (18,64,55). Sum of RGB (Red+Green+Blue) = 18+64+55=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #124037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124037 is #EDBFC8. Grayscale: #313131. Windows color (decimal): -15581129 or 3620882. OLE color: 3620882.

HSL color Cylindrical-coordinate representation of color #124037: hue angle of 168.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124037 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 55 -
CMYK 0.72 0 0.14 0.75
HSL 168.26º 0.56% 0.16% -
HSV(B) 168.26º 0.72% 0.25% -
XYZ 2.77 4.07 4.25 -
YUV 49.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 18 64 55 0.72 0 0.14 0.75 168.26 0.56 0.16
Hex 12 40 37 48 0 E 4B A8 38 10
Octal 22 100 67 110 0 16 113 250 70 20
Binary 10010 1000000 110111 1001000 0 1110 1001011 10101000 111000 10000

Color Harmonies of #124037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124037

Black with #124037

Text Example


Text Example

White with #124037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124037; }

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

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

background-color css

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

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

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

border-color css

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

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

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