Html Css Color HEX #124C3E Deep Teal

📋 copy color: '#124C3E'

red 18 ◦ green 76 ◦ blue 62

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

Shades of Deep Teal #124C3E

Tints of Deep Teal #124C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.74%

R = 11.54%
G = 48.72%
B = 39.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#124C3E (or 0x124C3E) is known color: Deep Teal. HEX triplet: 12, 4C and 3E. RGB value is (18,76,62). Sum of RGB (Red+Green+Blue) = 18+76+62=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #124C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C3E is #EDB3C1. Grayscale: #393939. Windows color (decimal): -15578050 or 4082706. OLE color: 4082706.

HSL color Cylindrical-coordinate representation of color #124C3E: hue angle of 165.52º 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 #124C3E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 76 62 -
CMYK 0.76 0 0.18 0.70
HSL 165.52º 0.62% 0.18% -
HSV(B) 165.52º 0.76% 0.3% -
XYZ 3.7 5.65 5.45 -
YUV 57.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 18 76 62 0.76 0 0.18 0.70 165.52 0.62 0.18
Hex 12 4C 3E 4C 0 12 46 A6 3E 12
Octal 22 114 76 114 0 22 106 246 76 22
Binary 10010 1001100 111110 1001100 0 10010 1000110 10100110 111110 10010

Color Harmonies of #124C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C3E

Black with #124C3E

Text Example


Text Example

White with #124C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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