Html Css Color HEX #124F43 Deep Teal

📋 copy color: '#124F43'

red 18 ◦ green 79 ◦ blue 67

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

Shades of Deep Teal #124F43

Tints of Deep Teal #124F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.17%

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

R = 10.98%
G = 48.17%
B = 40.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#124F43 (or 0x124F43) is known color: Deep Teal. HEX triplet: 12, 4F and 43. RGB value is (18,79,67). Sum of RGB (Red+Green+Blue) = 18+79+67=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #124F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F43 is #EDB0BC. Grayscale: #3B3B3B. Windows color (decimal): -15577277 or 4411154. OLE color: 4411154.

HSL color Cylindrical-coordinate representation of color #124F43: hue angle of 168.2º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F43 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 67 -
CMYK 0.77 0 0.15 0.69
HSL 168.2º 0.63% 0.19% -
HSV(B) 168.2º 0.77% 0.31% -
XYZ 4.06 6.13 6.28 -
YUV 59.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 18 79 67 0.77 0 0.15 0.69 168.2 0.63 0.19
Hex 12 4F 43 4D 0 F 45 A8 3F 13
Octal 22 117 103 115 0 17 105 250 77 23
Binary 10010 1001111 1000011 1001101 0 1111 1000101 10101000 111111 10011

Color Harmonies of #124F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F43

Black with #124F43

Text Example


Text Example

White with #124F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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