#008385

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

Shades of Teal #008385

Tints of Teal #008385

Color information

#008385 (or 0x008385) is unknown color: approx Teal. HEX triplet: 00, 83 and 85. RGB value is (0,131,133). Sum of RGB (Red+Green+Blue) = 0+131+133=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #008385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008385 is #FF7C7A. Grayscale: #5B5B5B. Windows color (decimal): -16743547 or 8749824. OLE color: 8749824.

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

Color convert

RGB0131133-
CMYK10.0200.48
HSL180.9º100%26.08%-
HSV(B)180.9º100%52.16%-
XYZ12.3517.9325-
YUV92.06151.162.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 49.62%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=0%
G=49.62%
B=50.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013113310.0200.48180.910026.08
Hex08385642030b5641a
Octal0203205144206026514432
Binary01000001110000101110010010011000010110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008385; }

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

 H1.HeaderClassName
 {
   color: #008385;
 }
 .AnyTagClassName
 {
   color: #008385;
 }
</style>
background-color css

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

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

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

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

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

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