Html Css Color HEX #074C3E Deep Teal

📋 copy color: '#074C3E'

red 7 ◦ green 76 ◦ blue 62

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

Shades of Deep Teal #074C3E

Tints of Deep Teal #074C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.41%

 BLUE value IS 62 (24.61% from 255) = 42.76%

R = 4.83%
G = 52.41%
B = 42.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#074C3E (or 0x074C3E) is known color: Deep Teal. HEX triplet: 07, 4C and 3E. RGB value is (7,76,62). Sum of RGB (Red+Green+Blue) = 7+76+62=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #074C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C3E is #F8B3C1. Grayscale: #353535. Windows color (decimal): -16298946 or 4082695. OLE color: 4082695.

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

Color convert

RGB 7 76 62 -
CMYK 0.91 0 0.18 0.70
HSL 167.83º 0.83% 0.16% -
HSV(B) 167.83º 0.91% 0.3% -
XYZ 3.54 5.56 5.44 -
YUV 53.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 7 76 62 0.91 0 0.18 0.70 167.83 0.83 0.16
Hex 7 4C 3E 5B 0 12 46 A8 53 10
Octal 7 114 76 133 0 22 106 250 123 20
Binary 111 1001100 111110 1011011 0 10010 1000110 10101000 1010011 10000

Color Harmonies of #074C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C3E

Black with #074C3E

Text Example


Text Example

White with #074C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,76,62); }

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

background-color css

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

 a { background-color: rgb(7,76,62); }

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

border-color css

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

 span { border-color: rgb(7,76,62); }

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