Html Css Color HEX #074335 Deep Teal

📋 copy color: '#074335'

red 7 ◦ green 67 ◦ blue 53

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

Shades of Deep Teal #074335

Tints of Deep Teal #074335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 5.51%
G = 52.76%
B = 41.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#074335 (or 0x074335) is known color: Deep Teal. HEX triplet: 07, 43 and 35. RGB value is (7,67,53). Sum of RGB (Red+Green+Blue) = 7+67+53=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #074335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074335 is #F8BCCA. Grayscale: #2F2F2F. Windows color (decimal): -16301259 or 3490567. OLE color: 3490567.

HSL color Cylindrical-coordinate representation of color #074335: hue angle of 166º 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 #074335 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 53 -
CMYK 0.90 0 0.21 0.74
HSL 166º 0.81% 0.15% -
HSV(B) 166º 0.9% 0.26% -
XYZ 2.74 4.32 4.06 -
YUV 47.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 7 67 53 0.90 0 0.21 0.74 166 0.81 0.15
Hex 7 43 35 5A 0 15 4A A6 51 F
Octal 7 103 65 132 0 25 112 246 121 17
Binary 111 1000011 110101 1011010 0 10101 1001010 10100110 1010001 1111

Color Harmonies of #074335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074335

Black with #074335

Text Example


Text Example

White with #074335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074335; }

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

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

background-color css

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

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

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

border-color css

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

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

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