Html Css Color HEX #0D877C Teal

📋 copy color: '#0D877C'

red 13 ◦ green 135 ◦ blue 124

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

Shades of Teal #0D877C

Tints of Teal #0D877C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 4.78%
G = 49.63%
B = 45.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#0D877C (or 0x0D877C) is known color: Teal. HEX triplet: 0D, 87 and 7C. RGB value is (13,135,124). Sum of RGB (Red+Green+Blue) = 13+135+124=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #0D877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D877C is #F27883. Grayscale: #616161. Windows color (decimal): -15890564 or 8161037. OLE color: 8161037.

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

Color convert

RGB 13 135 124 -
CMYK 0.90 0 0.08 0.47
HSL 174.59º 0.82% 0.29% -
HSV(B) 174.59º 0.9% 0.53% -
XYZ 12.47 18.87 22.05 -
YUV 97.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 13 135 124 0.90 0 0.08 0.47 174.59 0.82 0.29
Hex D 87 7C 5A 0 8 2F AF 52 1D
Octal 15 207 174 132 0 10 57 257 122 35
Binary 1101 10000111 1111100 1011010 0 1000 101111 10101111 1010010 11101

Color Harmonies of #0D877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D877C

Black with #0D877C

Text Example


Text Example

White with #0D877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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