Html Css Color HEX #008087 Teal

📋 copy color: '#008087'

red 0 ◦ green 128 ◦ blue 135

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

Shades of Teal #008087

Tints of Teal #008087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.67%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 0%
G = 48.67%
B = 51.33%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#008087 (or 0x008087) is known color: Teal. HEX triplet: 00, 80 and 87. RGB value is (0,128,135). Sum of RGB (Red+Green+Blue) = 0+128+135=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #008087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008087 is #FF7F78. Grayscale: #5A5A5A. Windows color (decimal): -16744313 or 8880128. OLE color: 8880128.

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

Color convert

RGB 0 128 135 -
CMYK 1 0.05 0 0.47
HSL 183.11º 1% 0.26% -
HSV(B) 183.11º 1% 0.53% -
XYZ 12.09 17.19 25.6 -
YUV 90.53 153.09 63.43 -
System Red Green Blue C M Y K H S L
Decimal 0 128 135 1 0.05 0 0.47 183.11 1 0.26
Hex 0 80 87 64 5 0 2F B7 64 1A
Octal 0 200 207 144 5 0 57 267 144 32
Binary 0 10000000 10000111 1100100 101 0 101111 10110111 1100100 11010

Color Harmonies of #008087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008087

Black with #008087

Text Example


Text Example

White with #008087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008087; }

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

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

background-color css

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

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

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

border-color css

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

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

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