Html Css Color HEX #074135 Deep Teal

📋 copy color: '#074135'

red 7 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #074135

Tints of Deep Teal #074135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52%

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

R = 5.6%
G = 52%
B = 42.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#074135 (or 0x074135) is known color: Deep Teal. HEX triplet: 07, 41 and 35. RGB value is (7,65,53). Sum of RGB (Red+Green+Blue) = 7+65+53=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #074135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074135 is #F8BECA. Grayscale: #2E2E2E. Windows color (decimal): -16301771 or 3490055. OLE color: 3490055.

HSL color Cylindrical-coordinate representation of color #074135: hue angle of 167.59º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074135 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 53 -
CMYK 0.89 0 0.18 0.75
HSL 167.59º 0.81% 0.14% -
HSV(B) 167.59º 0.89% 0.25% -
XYZ 2.62 4.08 4.02 -
YUV 46.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 7 65 53 0.89 0 0.18 0.75 167.59 0.81 0.14
Hex 7 41 35 59 0 12 4B A8 51 E
Octal 7 101 65 131 0 22 113 250 121 16
Binary 111 1000001 110101 1011001 0 10010 1001011 10101000 1010001 1110

Color Harmonies of #074135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074135

Black with #074135

Text Example


Text Example

White with #074135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074135; }

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

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

background-color css

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

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

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

border-color css

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

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

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