Html Css Color HEX #008481 Teal

📋 copy color: '#008481'

red 0 ◦ green 132 ◦ blue 129

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

Shades of Teal #008481

Tints of Teal #008481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 0%
G = 50.57%
B = 49.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#008481 (or 0x008481) is known color: Teal. HEX triplet: 00, 84 and 81. RGB value is (0,132,129). Sum of RGB (Red+Green+Blue) = 0+132+129=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #008481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008481 is #FF7B7E. Grayscale: #5C5C5C. Windows color (decimal): -16743295 or 8487936. OLE color: 8487936.

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

Color convert

RGB 0 132 129 -
CMYK 1 0 0.02 0.48
HSL 178.64º 1% 0.26% -
HSV(B) 178.64º 1% 0.52% -
XYZ 12.21 18.09 23.62 -
YUV 92.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 0 132 129 1 0 0.02 0.48 178.64 1 0.26
Hex 0 84 81 64 0 2 30 B3 64 1A
Octal 0 204 201 144 0 2 60 263 144 32
Binary 0 10000100 10000001 1100100 0 10 110000 10110011 1100100 11010

Color Harmonies of #008481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008481

Black with #008481

Text Example


Text Example

White with #008481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008481; }

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

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

background-color css

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

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

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

border-color css

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

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

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