Html Css Color HEX #008285 Teal

📋 copy color: '#008285'

red 0 ◦ green 130 ◦ blue 133

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

Shades of Teal #008285

Tints of Teal #008285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

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

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 0 130 133 -
CMYK 1 0.02 0 0.48
HSL 181.35º 1% 0.26% -
HSV(B) 181.35º 1% 0.52% -
XYZ 12.22 17.66 24.95 -
YUV 91.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 0 130 133 1 0.02 0 0.48 181.35 1 0.26
Hex 0 82 85 64 2 0 30 B5 64 1A
Octal 0 202 205 144 2 0 60 265 144 32
Binary 0 10000010 10000101 1100100 10 0 110000 10110101 1100100 11010

Color Harmonies of #008285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008285

Black with #008285

Text Example


Text Example

White with #008285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008285; }

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

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

background-color css

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

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

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

border-color css

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

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

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