Html Css Color HEX #008480 Teal

📋 copy color: '#008480'

red 0 ◦ green 132 ◦ blue 128

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

Shades of Teal #008480

Tints of Teal #008480

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

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

R = 0%
G = 50.77%
B = 49.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#008480 (or 0x008480) is known color: Teal. HEX triplet: 00, 84 and 80. RGB value is (0,132,128). Sum of RGB (Red+Green+Blue) = 0+132+128=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #008480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008480 is #FF7B7F. Grayscale: #5B5B5B. Windows color (decimal): -16743296 or 8422400. OLE color: 8422400.

HSL color Cylindrical-coordinate representation of color #008480: hue angle of 178.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008480 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 128 -
CMYK 1 0 0.03 0.48
HSL 178.18º 1% 0.26% -
HSV(B) 178.18º 1% 0.52% -
XYZ 12.15 18.06 23.27 -
YUV 92.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 0 132 128 1 0 0.03 0.48 178.18 1 0.26
Hex 0 84 80 64 0 3 30 B2 64 1A
Octal 0 204 200 144 0 3 60 262 144 32
Binary 0 10000100 10000000 1100100 0 11 110000 10110010 1100100 11010

Color Harmonies of #008480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008480

Black with #008480

Text Example


Text Example

White with #008480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008480; }

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

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

background-color css

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

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

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

border-color css

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

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

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