Html Css Color HEX #073C34 Deep Teal

📋 copy color: '#073C34'

red 7 ◦ green 60 ◦ blue 52

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

Shades of Deep Teal #073C34

Tints of Deep Teal #073C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 50.42%

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 5.88%
G = 50.42%
B = 43.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#073C34 (or 0x073C34) is known color: Deep Teal. HEX triplet: 07, 3C and 34. RGB value is (7,60,52). Sum of RGB (Red+Green+Blue) = 7+60+52=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #073C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C34 is #F8C3CB. Grayscale: #2B2B2B. Windows color (decimal): -16303052 or 3423239. OLE color: 3423239.

HSL color Cylindrical-coordinate representation of color #073C34: hue angle of 170.94º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C34 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 52 -
CMYK 0.88 0 0.13 0.76
HSL 170.94º 0.79% 0.13% -
HSV(B) 170.94º 0.88% 0.24% -
XYZ 2.32 3.52 3.81 -
YUV 43.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 7 60 52 0.88 0 0.13 0.76 170.94 0.79 0.13
Hex 7 3C 34 58 0 D 4C AB 4F D
Octal 7 74 64 130 0 15 114 253 117 15
Binary 111 111100 110100 1011000 0 1101 1001100 10101011 1001111 1101

Color Harmonies of #073C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C34

Black with #073C34

Text Example


Text Example

White with #073C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073C34; }

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

 H1.HeaderClassName
 {
   color: #073C34;
 }
 .AnyTagClassName
 {
   color: #073C34;
 }
</style>

background-color css

<style>
 a { background-color: #073C34; }

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

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

border-color css

<style>
 span { border-color: #073C34; }

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

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