Html Css Color HEX #124A3F Deep Teal

📋 copy color: '#124A3F'

red 18 ◦ green 74 ◦ blue 63

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

Shades of Deep Teal #124A3F

Tints of Deep Teal #124A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.74%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 11.61%
G = 47.74%
B = 40.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#124A3F (or 0x124A3F) is known color: Deep Teal. HEX triplet: 12, 4A and 3F. RGB value is (18,74,63). Sum of RGB (Red+Green+Blue) = 18+74+63=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #124A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A3F is #EDB5C0. Grayscale: #373737. Windows color (decimal): -15578561 or 4147730. OLE color: 4147730.

HSL color Cylindrical-coordinate representation of color #124A3F: hue angle of 168.21º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A3F is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 74 63 -
CMYK 0.76 0 0.15 0.71
HSL 168.21º 0.61% 0.18% -
HSV(B) 168.21º 0.76% 0.29% -
XYZ 3.6 5.39 5.55 -
YUV 56 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 18 74 63 0.76 0 0.15 0.71 168.21 0.61 0.18
Hex 12 4A 3F 4C 0 F 47 A8 3D 12
Octal 22 112 77 114 0 17 107 250 75 22
Binary 10010 1001010 111111 1001100 0 1111 1000111 10101000 111101 10010

Color Harmonies of #124A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A3F

Black with #124A3F

Text Example


Text Example

White with #124A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,63); }

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

background-color css

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

 a { background-color: rgb(18,74,63); }

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

border-color css

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

 span { border-color: rgb(18,74,63); }

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