Html Css Color HEX #124C43 Deep Teal

📋 copy color: '#124C43'

red 18 ◦ green 76 ◦ blue 67

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

Shades of Deep Teal #124C43

Tints of Deep Teal #124C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 11.18%
G = 47.2%
B = 41.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#124C43 (or 0x124C43) is known color: Deep Teal. HEX triplet: 12, 4C and 43. RGB value is (18,76,67). Sum of RGB (Red+Green+Blue) = 18+76+67=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #124C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C43 is #EDB3BC. Grayscale: #393939. Windows color (decimal): -15578045 or 4410386. OLE color: 4410386.

HSL color Cylindrical-coordinate representation of color #124C43: hue angle of 170.69º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C43 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 76 67 -
CMYK 0.76 0 0.12 0.70
HSL 170.69º 0.62% 0.18% -
HSV(B) 170.69º 0.76% 0.3% -
XYZ 3.85 5.7 6.21 -
YUV 57.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 18 76 67 0.76 0 0.12 0.70 170.69 0.62 0.18
Hex 12 4C 43 4C 0 C 46 AB 3E 12
Octal 22 114 103 114 0 14 106 253 76 22
Binary 10010 1001100 1000011 1001100 0 1100 1000110 10101011 111110 10010

Color Harmonies of #124C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C43

Black with #124C43

Text Example


Text Example

White with #124C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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