Html Css Color HEX #124336 Deep Teal

📋 copy color: '#124336'

red 18 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #124336

Tints of Deep Teal #124336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 54 (21.48% from 255) = 38.85%

R = 12.95%
G = 48.2%
B = 38.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 18 67 54 -
CMYK 0.73 0 0.19 0.74
HSL 164.08º 0.58% 0.17% -
HSV(B) 164.08º 0.73% 0.26% -
XYZ 2.92 4.41 4.19 -
YUV 50.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 18 67 54 0.73 0 0.19 0.74 164.08 0.58 0.17
Hex 12 43 36 49 0 13 4A A4 3A 11
Octal 22 103 66 111 0 23 112 244 72 21
Binary 10010 1000011 110110 1001001 0 10011 1001010 10100100 111010 10001

Color Harmonies of #124336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124336

Black with #124336

Text Example


Text Example

White with #124336

Text Example


Text Example

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