#0D8585

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

Shades of Teal #0D8585

Tints of Teal #0D8585

Color information

#0D8585 (or 0x0D8585) is unknown color: approx Teal. HEX triplet: 0D, 85 and 85. RGB value is (13,133,133). Sum of RGB (Red+Green+Blue) = 13+133+133=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #0D8585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8585 is #F27A7A. Grayscale: #616161. Windows color (decimal): -15891067 or 8750349. OLE color: 8750349.

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

Color convert

RGB13133133-
CMYK0.90000.48
HSL180º82.19%28.63%-
HSV(B)180º90.23%52.16%-
XYZ12.7918.5525.1-
YUV97.12148.2468-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=4.66%
G=47.67%
B=47.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131331330.90000.4818082.1928.63
HexD85855A0030b4521d
Octal15205205132006026412235
Binary1101100001011000010110110100011000010110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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