Html Css Color HEX #0D807D Teal

📋 copy color: '#0D807D'

red 13 ◦ green 128 ◦ blue 125

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

Shades of Teal #0D807D

Tints of Teal #0D807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 4.89%
G = 48.12%
B = 46.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#0D807D (or 0x0D807D) is known color: Teal. HEX triplet: 0D, 80 and 7D. RGB value is (13,128,125). Sum of RGB (Red+Green+Blue) = 13+128+125=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #0D807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D807D is #F27F82. Grayscale: #5D5D5D. Windows color (decimal): -15892355 or 8224781. OLE color: 8224781.

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

Color convert

RGB 13 128 125 -
CMYK 0.90 0 0.02 0.50
HSL 178.43º 0.82% 0.28% -
HSV(B) 178.43º 0.9% 0.5% -
XYZ 11.59 17 22.07 -
YUV 93.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 13 128 125 0.90 0 0.02 0.50 178.43 0.82 0.28
Hex D 80 7D 5A 0 2 32 B2 52 1C
Octal 15 200 175 132 0 2 62 262 122 34
Binary 1101 10000000 1111101 1011010 0 10 110010 10110010 1010010 11100

Color Harmonies of #0D807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D807D

Black with #0D807D

Text Example


Text Example

White with #0D807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,125); }

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

background-color css

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

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

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

border-color css

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

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

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