Html Css Color HEX #124437 Deep Teal

📋 copy color: '#124437'

red 18 ◦ green 68 ◦ blue 55

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

Shades of Deep Teal #124437

Tints of Deep Teal #124437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 12.77%
G = 48.23%
B = 39.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#124437 (or 0x124437) is known color: Deep Teal. HEX triplet: 12, 44 and 37. RGB value is (18,68,55). Sum of RGB (Red+Green+Blue) = 18+68+55=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #124437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124437 is #EDBBC8. Grayscale: #333333. Windows color (decimal): -15580105 or 3621906. OLE color: 3621906.

HSL color Cylindrical-coordinate representation of color #124437: hue angle of 164.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124437 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 55 -
CMYK 0.74 0 0.19 0.73
HSL 164.4º 0.58% 0.17% -
HSV(B) 164.4º 0.74% 0.27% -
XYZ 3.01 4.54 4.33 -
YUV 51.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 18 68 55 0.74 0 0.19 0.73 164.4 0.58 0.17
Hex 12 44 37 4A 0 13 49 A4 3A 11
Octal 22 104 67 112 0 23 111 244 72 21
Binary 10010 1000100 110111 1001010 0 10011 1001001 10100100 111010 10001

Color Harmonies of #124437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124437

Black with #124437

Text Example


Text Example

White with #124437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124437; }

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

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

background-color css

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

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

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

border-color css

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

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

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