Html Css Color HEX #124337 Deep Teal

📋 copy color: '#124337'

red 18 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #124337

Tints of Deep Teal #124337

RGB

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

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

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

R = 12.86%
G = 47.86%
B = 39.29%

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

#124337 (or 0x124337) is known color: Deep Teal. HEX triplet: 12, 43 and 37. RGB value is (18,67,55). Sum of RGB (Red+Green+Blue) = 18+67+55=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #124337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124337 is #EDBCC8. Grayscale: #323232. Windows color (decimal): -15580361 or 3621650. OLE color: 3621650.

HSL color Cylindrical-coordinate representation of color #124337: hue angle of 165.31º 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 #124337 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 55 -
CMYK 0.73 0 0.18 0.74
HSL 165.31º 0.58% 0.17% -
HSV(B) 165.31º 0.73% 0.26% -
XYZ 2.95 4.42 4.31 -
YUV 50.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 18 67 55 0.73 0 0.18 0.74 165.31 0.58 0.17
Hex 12 43 37 49 0 12 4A A5 3A 11
Octal 22 103 67 111 0 22 112 245 72 21
Binary 10010 1000011 110111 1001001 0 10010 1001010 10100101 111010 10001

Color Harmonies of #124337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124337

Black with #124337

Text Example


Text Example

White with #124337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124337; }

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

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

background-color css

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

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

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

border-color css

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

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

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