Html Css Color HEX #07493B Deep Teal

📋 copy color: '#07493B'

red 7 ◦ green 73 ◦ blue 59

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

Shades of Deep Teal #07493B

Tints of Deep Teal #07493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.52%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 5.04%
G = 52.52%
B = 42.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#07493B (or 0x07493B) is known color: Deep Teal. HEX triplet: 07, 49 and 3B. RGB value is (7,73,59). Sum of RGB (Red+Green+Blue) = 7+73+59=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #07493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07493B is #F8B6C4. Grayscale: #333333. Windows color (decimal): -16299717 or 3885319. OLE color: 3885319.

HSL color Cylindrical-coordinate representation of color #07493B: hue angle of 167.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07493B is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 59 -
CMYK 0.90 0 0.19 0.71
HSL 167.27º 0.83% 0.16% -
HSV(B) 167.27º 0.9% 0.29% -
XYZ 3.26 5.13 4.96 -
YUV 51.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 7 73 59 0.90 0 0.19 0.71 167.27 0.83 0.16
Hex 7 49 3B 5A 0 13 47 A7 52 10
Octal 7 111 73 132 0 23 107 247 122 20
Binary 111 1001001 111011 1011010 0 10011 1000111 10100111 1010010 10000

Color Harmonies of #07493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07493B

Black with #07493B

Text Example


Text Example

White with #07493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07493B; }

 p { color: rgb(7,73,59); }

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

background-color css

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

 a { background-color: rgb(7,73,59); }

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

border-color css

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

 span { border-color: rgb(7,73,59); }

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