Html Css Color HEX #074C3C Deep Teal

📋 copy color: '#074C3C'

red 7 ◦ green 76 ◦ blue 60

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

Shades of Deep Teal #074C3C

Tints of Deep Teal #074C3C

RGB

 RED value IS 7 (3.13% from 255) = 4.9%

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

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

R = 4.9%
G = 53.15%
B = 41.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#074C3C (or 0x074C3C) is known color: Deep Teal. HEX triplet: 07, 4C and 3C. RGB value is (7,76,60). Sum of RGB (Red+Green+Blue) = 7+76+60=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #074C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C3C is #F8B3C3. Grayscale: #353535. Windows color (decimal): -16298948 or 3951623. OLE color: 3951623.

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

Color convert

RGB 7 76 60 -
CMYK 0.91 0 0.21 0.70
HSL 166.09º 0.83% 0.16% -
HSV(B) 166.09º 0.91% 0.3% -
XYZ 3.49 5.54 5.16 -
YUV 53.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 7 76 60 0.91 0 0.21 0.70 166.09 0.83 0.16
Hex 7 4C 3C 5B 0 15 46 A6 53 10
Octal 7 114 74 133 0 25 106 246 123 20
Binary 111 1001100 111100 1011011 0 10101 1000110 10100110 1010011 10000

Color Harmonies of #074C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C3C

Black with #074C3C

Text Example


Text Example

White with #074C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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