Html Css Color HEX #074337 Deep Teal

📋 copy color: '#074337'

red 7 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #074337

Tints of Deep Teal #074337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 5.43%
G = 51.94%
B = 42.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#074337 (or 0x074337) is known color: Deep Teal. HEX triplet: 07, 43 and 37. RGB value is (7,67,55). Sum of RGB (Red+Green+Blue) = 7+67+55=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #074337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074337 is #F8BCC8. Grayscale: #2F2F2F. Windows color (decimal): -16301257 or 3621639. OLE color: 3621639.

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

Color convert

RGB 7 67 55 -
CMYK 0.90 0 0.18 0.74
HSL 168º 0.81% 0.15% -
HSV(B) 168º 0.9% 0.26% -
XYZ 2.78 4.34 4.3 -
YUV 47.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 7 67 55 0.90 0 0.18 0.74 168 0.81 0.15
Hex 7 43 37 5A 0 12 4A A8 51 F
Octal 7 103 67 132 0 22 112 250 121 17
Binary 111 1000011 110111 1011010 0 10010 1001010 10101000 1010001 1111

Color Harmonies of #074337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074337

Black with #074337

Text Example


Text Example

White with #074337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074337; }

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

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

background-color css

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

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

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

border-color css

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

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

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