Html Css Color HEX #07503E Deep Teal

📋 copy color: '#07503E'

red 7 ◦ green 80 ◦ blue 62

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

Shades of Deep Teal #07503E

Tints of Deep Teal #07503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.69%

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

R = 4.7%
G = 53.69%
B = 41.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#07503E (or 0x07503E) is known color: Deep Teal. HEX triplet: 07, 50 and 3E. RGB value is (7,80,62). Sum of RGB (Red+Green+Blue) = 7+80+62=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #07503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07503E is #F8AFC1. Grayscale: #383838. Windows color (decimal): -16297922 or 4083719. OLE color: 4083719.

HSL color Cylindrical-coordinate representation of color #07503E: hue angle of 165.21º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07503E is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 62 -
CMYK 0.91 0 0.22 0.69
HSL 165.21º 0.84% 0.17% -
HSV(B) 165.21º 0.91% 0.31% -
XYZ 3.83 6.13 5.54 -
YUV 56.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 7 80 62 0.91 0 0.22 0.69 165.21 0.84 0.17
Hex 7 50 3E 5B 0 16 45 A5 54 11
Octal 7 120 76 133 0 26 105 245 124 21
Binary 111 1010000 111110 1011011 0 10110 1000101 10100101 1010100 10001

Color Harmonies of #07503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07503E

Black with #07503E

Text Example


Text Example

White with #07503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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