#0D877A

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

Shades of Teal #0D877A

Tints of Teal #0D877A

Color information

#0D877A (or 0x0D877A) is unknown color: approx Teal. HEX triplet: 0D, 87 and 7A. RGB value is (13,135,122). Sum of RGB (Red+Green+Blue) = 13+135+122=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #0D877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D877A is #F27885. Grayscale: #606060. Windows color (decimal): -15890566 or 8029965. OLE color: 8029965.

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

Color convert

RGB13135122-
CMYK0.9000.100.47
HSL173.61º82.43%29.02%-
HSV(B)173.61º90.37%52.94%-
XYZ12.3418.8221.39-
YUV97.04142.0868.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=4.81%
G=50%
B=45.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131351220.9000.100.47173.6182.4329.02
HexD877A5A0A2Fae521d
Octal152071721320125725612235
Binary110110000111111101010110100101010111110101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,122); }

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

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

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

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

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

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

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