Html Css Color HEX #073630 Deep Teal

📋 copy color: '#073630'

red 7 ◦ green 54 ◦ blue 48

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

Shades of Deep Teal #073630

Tints of Deep Teal #073630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

 BLUE value IS 48 (19.14% from 255) = 44.04%

R = 6.42%
G = 49.54%
B = 44.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#073630 (or 0x073630) is known color: Deep Teal. HEX triplet: 07, 36 and 30. RGB value is (7,54,48). Sum of RGB (Red+Green+Blue) = 7+54+48=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #073630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073630 is #F8C9CF. Grayscale: #272727. Windows color (decimal): -16304592 or 3159559. OLE color: 3159559.

HSL color Cylindrical-coordinate representation of color #073630: hue angle of 172.34º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073630 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 54 48 -
CMYK 0.87 0 0.11 0.79
HSL 172.34º 0.77% 0.12% -
HSV(B) 172.34º 0.87% 0.21% -
XYZ 1.94 2.9 3.25 -
YUV 39.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 7 54 48 0.87 0 0.11 0.79 172.34 0.77 0.12
Hex 7 36 30 57 0 B 4F AC 4D C
Octal 7 66 60 127 0 13 117 254 115 14
Binary 111 110110 110000 1010111 0 1011 1001111 10101100 1001101 1100

Color Harmonies of #073630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073630

Black with #073630

Text Example


Text Example

White with #073630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073630; }

 p { color: rgb(7,54,48); }

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

background-color css

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

 a { background-color: rgb(7,54,48); }

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

border-color css

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

 span { border-color: rgb(7,54,48); }

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