#008285

Color #008285 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #008285

Tints of Teal #008285

Color information

#008285 (or 0x008285) is unknown color: approx 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

RGB0130133-
CMYK10.0200.48
HSL181.35º100%26.08%-
HSV(B)181.35º100%52.16%-
XYZ12.2217.6624.95-
YUV91.47151.4362.76-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013013310.0200.48181.3510026.08
Hex08285642030b5641a
Octal0202205144206026514432
Binary01000001010000101110010010011000010110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>