#0D8085

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

Shades of Teal #0D8085

Tints of Teal #0D8085

Color information

#0D8085 (or 0x0D8085) is unknown color: approx Teal. HEX triplet: 0D, 80 and 85. RGB value is (13,128,133). Sum of RGB (Red+Green+Blue) = 13+128+133=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D8085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8085 is #F27F7A. Grayscale: #5E5E5E. Windows color (decimal): -15892347 or 8749069. OLE color: 8749069.

HSL color Cylindrical-coordinate representation of color #0D8085: hue angle of 182.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8085 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13128133-
CMYK0.900.0400.48
HSL182.5º82.19%28.63%-
HSV(B)182.5º90.23%52.16%-
XYZ12.1217.2224.87-
YUV94.18149.970.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.74%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=4.74%
G=46.72%
B=48.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131281330.900.0400.48182.582.1928.63
HexD80855A4030b6521d
Octal15200205132406026612235
Binary110110000000100001011011010100011000010110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8085; }

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

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

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

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

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

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

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

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