Html Css Color HEX #074334 Deep Teal

📋 copy color: '#074334'

red 7 ◦ green 67 ◦ blue 52

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

Shades of Deep Teal #074334

Tints of Deep Teal #074334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.17%

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

R = 5.56%
G = 53.17%
B = 41.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#074334 (or 0x074334) is known color: Deep Teal. HEX triplet: 07, 43 and 34. RGB value is (7,67,52). Sum of RGB (Red+Green+Blue) = 7+67+52=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #074334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074334 is #F8BCCB. Grayscale: #2F2F2F. Windows color (decimal): -16301260 or 3425031. OLE color: 3425031.

HSL color Cylindrical-coordinate representation of color #074334: hue angle of 165º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074334 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 52 -
CMYK 0.90 0 0.22 0.74
HSL 165º 0.81% 0.15% -
HSV(B) 165º 0.9% 0.26% -
XYZ 2.71 4.31 3.94 -
YUV 47.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 7 67 52 0.90 0 0.22 0.74 165 0.81 0.15
Hex 7 43 34 5A 0 16 4A A5 51 F
Octal 7 103 64 132 0 26 112 245 121 17
Binary 111 1000011 110100 1011010 0 10110 1001010 10100101 1010001 1111

Color Harmonies of #074334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074334

Black with #074334

Text Example


Text Example

White with #074334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074334; }

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

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

background-color css

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

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

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

border-color css

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

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

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