Html Css Color HEX #008085 Teal

📋 copy color: '#008085'

red 0 ◦ green 128 ◦ blue 133

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

Shades of Teal #008085

Tints of Teal #008085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 0%
G = 49.04%
B = 50.96%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#008085 (or 0x008085) is known color: Teal. HEX triplet: 00, 80 and 85. RGB value is (0,128,133). Sum of RGB (Red+Green+Blue) = 0+128+133=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #008085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008085 is #FF7F7A. Grayscale: #5A5A5A. Windows color (decimal): -16744315 or 8749056. OLE color: 8749056.

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

Color convert

RGB 0 128 133 -
CMYK 1 0.04 0 0.48
HSL 182.26º 1% 0.26% -
HSV(B) 182.26º 1% 0.52% -
XYZ 11.95 17.13 24.87 -
YUV 90.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 0 128 133 1 0.04 0 0.48 182.26 1 0.26
Hex 0 80 85 64 4 0 30 B6 64 1A
Octal 0 200 205 144 4 0 60 266 144 32
Binary 0 10000000 10000101 1100100 100 0 110000 10110110 1100100 11010

Color Harmonies of #008085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008085

Black with #008085

Text Example


Text Example

White with #008085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008085; }

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

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

background-color css

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

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

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

border-color css

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

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

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