Html Css Color HEX #124236 Deep Teal

📋 copy color: '#124236'

red 18 ◦ green 66 ◦ blue 54

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

Shades of Deep Teal #124236

Tints of Deep Teal #124236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.83%

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

R = 13.04%
G = 47.83%
B = 39.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#124236 (or 0x124236) is known color: Deep Teal. HEX triplet: 12, 42 and 36. RGB value is (18,66,54). Sum of RGB (Red+Green+Blue) = 18+66+54=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #124236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124236 is #EDBDC9. Grayscale: #323232. Windows color (decimal): -15580618 or 3555858. OLE color: 3555858.

HSL color Cylindrical-coordinate representation of color #124236: hue angle of 165º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124236 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 54 -
CMYK 0.73 0 0.18 0.74
HSL 165º 0.57% 0.16% -
HSV(B) 165º 0.73% 0.26% -
XYZ 2.86 4.29 4.17 -
YUV 50.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 18 66 54 0.73 0 0.18 0.74 165 0.57 0.16
Hex 12 42 36 49 0 12 4A A5 39 10
Octal 22 102 66 111 0 22 112 245 71 20
Binary 10010 1000010 110110 1001001 0 10010 1001010 10100101 111001 10000

Color Harmonies of #124236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124236

Black with #124236

Text Example


Text Example

White with #124236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124236; }

 p { color: rgb(18,66,54); }

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

background-color css

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

 a { background-color: rgb(18,66,54); }

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

border-color css

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

 span { border-color: rgb(18,66,54); }

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