Html Css Color HEX #0D877F Teal

📋 copy color: '#0D877F'

red 13 ◦ green 135 ◦ blue 127

#0D877F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #0D877F

Tints of Teal #0D877F

RGB

 RED value IS 13 (5.47% from 255) = 4.73%

 GREEN value IS 135 (53.13% from 255) = 49.09%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 4.73%
G = 49.09%
B = 46.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#0D877F (or 0x0D877F) is known color: Teal. HEX triplet: 0D, 87 and 7F. RGB value is (13,135,127). Sum of RGB (Red+Green+Blue) = 13+135+127=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #0D877F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D877F is #F27880. Grayscale: #616161. Windows color (decimal): -15890561 or 8357645. OLE color: 8357645.

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

Color convert

RGB 13 135 127 -
CMYK 0.90 0 0.06 0.47
HSL 176.07º 0.82% 0.29% -
HSV(B) 176.07º 0.9% 0.53% -
XYZ 12.66 18.95 23.07 -
YUV 97.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 13 135 127 0.90 0 0.06 0.47 176.07 0.82 0.29
Hex D 87 7F 5A 0 6 2F B0 52 1D
Octal 15 207 177 132 0 6 57 260 122 35
Binary 1101 10000111 1111111 1011010 0 110 101111 10110000 1010010 11101

Color Harmonies of #0D877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D877F

Black with #0D877F

Text Example


Text Example

White with #0D877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D877F;
 }
 .AnyTagClassName
 {
   color: #0D877F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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