Html Css Color HEX #074133 Deep Teal

📋 copy color: '#074133'

red 7 ◦ green 65 ◦ blue 51

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

Shades of Deep Teal #074133

Tints of Deep Teal #074133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 5.69%
G = 52.85%
B = 41.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#074133 (or 0x074133) is known color: Deep Teal. HEX triplet: 07, 41 and 33. RGB value is (7,65,51). Sum of RGB (Red+Green+Blue) = 7+65+51=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #074133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074133 is #F8BECC. Grayscale: #2E2E2E. Windows color (decimal): -16301773 or 3358983. OLE color: 3358983.

HSL color Cylindrical-coordinate representation of color #074133: hue angle of 165.52º 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 #074133 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 51 -
CMYK 0.89 0 0.22 0.75
HSL 165.52º 0.81% 0.14% -
HSV(B) 165.52º 0.89% 0.25% -
XYZ 2.58 4.06 3.78 -
YUV 46.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 7 65 51 0.89 0 0.22 0.75 165.52 0.81 0.14
Hex 7 41 33 59 0 16 4B A6 51 E
Octal 7 101 63 131 0 26 113 246 121 16
Binary 111 1000001 110011 1011001 0 10110 1001011 10100110 1010001 1110

Color Harmonies of #074133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074133

Black with #074133

Text Example


Text Example

White with #074133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074133; }

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

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

background-color css

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

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

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

border-color css

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

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

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