Html Css Color HEX #008484 Teal

📋 copy color: '#008484'

red 0 ◦ green 132 ◦ blue 132

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

Shades of Teal #008484

Tints of Teal #008484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#008484 (or 0x008484) is known color: Teal. HEX triplet: 00, 84 and 84. RGB value is (0,132,132). Sum of RGB (Red+Green+Blue) = 0+132+132=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #008484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008484 is #FF7B7B. Grayscale: #5C5C5C. Windows color (decimal): -16743292 or 8684544. OLE color: 8684544.

HSL color Cylindrical-coordinate representation of color #008484: hue angle of 180º 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 #008484 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 132 -
CMYK 1 0 0 0.48
HSL 180º 1% 0.26% -
HSV(B) 180º 1% 0.52% -
XYZ 12.42 18.17 24.68 -
YUV 92.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 0 132 132 1 0 0 0.48 180 1 0.26
Hex 0 84 84 64 0 0 30 B4 64 1A
Octal 0 204 204 144 0 0 60 264 144 32
Binary 0 10000100 10000100 1100100 0 0 110000 10110100 1100100 11010

Color Harmonies of #008484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008484

Black with #008484

Text Example


Text Example

White with #008484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008484; }

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

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

background-color css

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

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

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

border-color css

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

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

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