Html Css Color HEX #074A3C Deep Teal

📋 copy color: '#074A3C'

red 7 ◦ green 74 ◦ blue 60

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

Shades of Deep Teal #074A3C

Tints of Deep Teal #074A3C

RGB

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

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

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

R = 4.96%
G = 52.48%
B = 42.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#074A3C (or 0x074A3C) is known color: Deep Teal. HEX triplet: 07, 4A and 3C. RGB value is (7,74,60). Sum of RGB (Red+Green+Blue) = 7+74+60=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #074A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A3C is #F8B5C3. Grayscale: #343434. Windows color (decimal): -16299460 or 3951111. OLE color: 3951111.

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

Color convert

RGB 7 74 60 -
CMYK 0.91 0 0.19 0.71
HSL 167.46º 0.83% 0.16% -
HSV(B) 167.46º 0.91% 0.29% -
XYZ 3.35 5.27 5.12 -
YUV 52.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 7 74 60 0.91 0 0.19 0.71 167.46 0.83 0.16
Hex 7 4A 3C 5B 0 13 47 A7 53 10
Octal 7 112 74 133 0 23 107 247 123 20
Binary 111 1001010 111100 1011011 0 10011 1000111 10100111 1010011 10000

Color Harmonies of #074A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A3C

Black with #074A3C

Text Example


Text Example

White with #074A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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