#0D8282

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

Shades of Teal #0D8282

Tints of Teal #0D8282

Color information

#0D8282 (or 0x0D8282) is unknown color: approx Teal. HEX triplet: 0D, 82 and 82. RGB value is (13,130,130). Sum of RGB (Red+Green+Blue) = 13+130+130=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #0D8282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8282 is #F27D7D. Grayscale: #5E5E5E. Windows color (decimal): -15891838 or 8552973. OLE color: 8552973.

HSL color Cylindrical-coordinate representation of color #0D8282: hue angle of 180º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8282 is Cyan = 0.9, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13130130-
CMYK0.9000.49
HSL180º81.82%28.04%-
HSV(B)180º90%50.98%-
XYZ12.1817.6623.89-
YUV95.02147.7469.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.76%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=4.76%
G=47.62%
B=47.62%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131301300.9000.4918081.8228.04
HexD82825A0031b4521c
Octal15202202132006126412234
Binary1101100000101000001010110100011000110110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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