Html Css Color HEX #124C3C Deep Teal

📋 copy color: '#124C3C'

red 18 ◦ green 76 ◦ blue 60

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

Shades of Deep Teal #124C3C

Tints of Deep Teal #124C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 11.69%
G = 49.35%
B = 38.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#124C3C (or 0x124C3C) is known color: Deep Teal. HEX triplet: 12, 4C and 3C. RGB value is (18,76,60). Sum of RGB (Red+Green+Blue) = 18+76+60=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #124C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C3C is #EDB3C3. Grayscale: #383838. Windows color (decimal): -15578052 or 3951634. OLE color: 3951634.

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

Color convert

RGB 18 76 60 -
CMYK 0.76 0 0.21 0.70
HSL 163.45º 0.62% 0.18% -
HSV(B) 163.45º 0.76% 0.3% -
XYZ 3.65 5.62 5.17 -
YUV 56.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 18 76 60 0.76 0 0.21 0.70 163.45 0.62 0.18
Hex 12 4C 3C 4C 0 15 46 A3 3E 12
Octal 22 114 74 114 0 25 106 243 76 22
Binary 10010 1001100 111100 1001100 0 10101 1000110 10100011 111110 10010

Color Harmonies of #124C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C3C

Black with #124C3C

Text Example


Text Example

White with #124C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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