Html Css Color HEX #008486 Teal

📋 copy color: '#008486'

red 0 ◦ green 132 ◦ blue 134

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

Shades of Teal #008486

Tints of Teal #008486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.38%

R = 0%
G = 49.62%
B = 50.38%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008486 (or 0x008486) is known color: Teal. HEX triplet: 00, 84 and 86. RGB value is (0,132,134). Sum of RGB (Red+Green+Blue) = 0+132+134=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #008486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008486 is #FF7B79. Grayscale: #5C5C5C. Windows color (decimal): -16743290 or 8815616. OLE color: 8815616.

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

Color convert

RGB 0 132 134 -
CMYK 1 0.01 0 0.47
HSL 180.9º 1% 0.26% -
HSV(B) 180.9º 1% 0.53% -
XYZ 12.55 18.22 25.41 -
YUV 92.76 151.27 61.84 -
System Red Green Blue C M Y K H S L
Decimal 0 132 134 1 0.01 0 0.47 180.9 1 0.26
Hex 0 84 86 64 1 0 2F B5 64 1A
Octal 0 204 206 144 1 0 57 265 144 32
Binary 0 10000100 10000110 1100100 1 0 101111 10110101 1100100 11010

Color Harmonies of #008486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008486

Black with #008486

Text Example


Text Example

White with #008486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008486; }

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

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

background-color css

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

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

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

border-color css

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

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

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