Html Css Color HEX #007480 Teal

📋 copy color: '#007480'

red 0 ◦ green 116 ◦ blue 128

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

Shades of Teal #007480

Tints of Teal #007480

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 47.54%

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 0%
G = 47.54%
B = 52.46%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007480 (or 0x007480) is known color: Teal. HEX triplet: 00, 74 and 80. RGB value is (0,116,128). Sum of RGB (Red+Green+Blue) = 0+116+128=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #007480 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007480 is #FF8B7F. Grayscale: #525252. Windows color (decimal): -16747392 or 8418304. OLE color: 8418304.

HSL color Cylindrical-coordinate representation of color #007480: hue angle of 185.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007480 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 116 128 -
CMYK 1 0.09 0 0.50
HSL 185.63º 1% 0.25% -
HSV(B) 185.63º 1% 0.5% -
XYZ 10.14 14.05 22.6 -
YUV 82.68 153.57 69.02 -
System Red Green Blue C M Y K H S L
Decimal 0 116 128 1 0.09 0 0.50 185.63 1 0.25
Hex 0 74 80 64 9 0 32 BA 64 19
Octal 0 164 200 144 11 0 62 272 144 31
Binary 0 1110100 10000000 1100100 1001 0 110010 10111010 1100100 11001

Color Harmonies of #007480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007480

Black with #007480

Text Example


Text Example

White with #007480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007480; }

 p { color: rgb(0,116,128); }

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

background-color css

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

 a { background-color: rgb(0,116,128); }

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

border-color css

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

 span { border-color: rgb(0,116,128); }

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