Html Css Color HEX #114C3C Deep Teal

📋 copy color: '#114C3C'

red 17 ◦ green 76 ◦ blue 60

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

Shades of Deep Teal #114C3C

Tints of Deep Teal #114C3C

RGB

 RED value IS 17 (7.03% from 255) = 11.11%

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

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

R = 11.11%
G = 49.67%
B = 39.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#114C3C (or 0x114C3C) is known color: Deep Teal. HEX triplet: 11, 4C and 3C. RGB value is (17,76,60). Sum of RGB (Red+Green+Blue) = 17+76+60=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #114C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C3C is #EEB3C3. Grayscale: #383838. Windows color (decimal): -15643588 or 3951633. OLE color: 3951633.

HSL color Cylindrical-coordinate representation of color #114C3C: hue angle of 163.73º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C3C is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 60 -
CMYK 0.78 0 0.21 0.70
HSL 163.73º 0.63% 0.18% -
HSV(B) 163.73º 0.78% 0.3% -
XYZ 3.63 5.61 5.17 -
YUV 56.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 17 76 60 0.78 0 0.21 0.70 163.73 0.63 0.18
Hex 11 4C 3C 4E 0 15 46 A4 3F 12
Octal 21 114 74 116 0 25 106 244 77 22
Binary 10001 1001100 111100 1001110 0 10101 1000110 10100100 111111 10010

Color Harmonies of #114C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C3C

Black with #114C3C

Text Example


Text Example

White with #114C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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