Html Css Color HEX #008582 Teal

📋 copy color: '#008582'

red 0 ◦ green 133 ◦ blue 130

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

Shades of Teal #008582

Tints of Teal #008582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.57%

 BLUE value IS 130 (51.17% 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

#008582 (or 0x008582) is known color: Teal. HEX triplet: 00, 85 and 82. RGB value is (0,133,130). Sum of RGB (Red+Green+Blue) = 0+133+130=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #008582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008582 is #FF7A7D. Grayscale: #5C5C5C. Windows color (decimal): -16743038 or 8553728. OLE color: 8553728.

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

Color convert

RGB 0 133 130 -
CMYK 1 0 0.02 0.48
HSL 178.65º 1% 0.26% -
HSV(B) 178.65º 1% 0.52% -
XYZ 12.42 18.39 24.01 -
YUV 92.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 0 133 130 1 0 0.02 0.48 178.65 1 0.26
Hex 0 85 82 64 0 2 30 B3 64 1A
Octal 0 205 202 144 0 2 60 263 144 32
Binary 0 10000101 10000010 1100100 0 10 110000 10110011 1100100 11010

Color Harmonies of #008582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008582

Black with #008582

Text Example


Text Example

White with #008582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008582; }

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

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

background-color css

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

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

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

border-color css

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

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

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