Html Css Color HEX #0D897D Teal

📋 copy color: '#0D897D'

red 13 ◦ green 137 ◦ blue 125

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

Shades of Teal #0D897D

Tints of Teal #0D897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 4.73%
G = 49.82%
B = 45.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#0D897D (or 0x0D897D) is known color: Teal. HEX triplet: 0D, 89 and 7D. RGB value is (13,137,125). Sum of RGB (Red+Green+Blue) = 13+137+125=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #0D897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D897D is #F27682. Grayscale: #626262. Windows color (decimal): -15890051 or 8227085. OLE color: 8227085.

HSL color Cylindrical-coordinate representation of color #0D897D: hue angle of 174.19º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D897D is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 125 -
CMYK 0.91 0 0.09 0.46
HSL 174.19º 0.83% 0.29% -
HSV(B) 174.19º 0.91% 0.54% -
XYZ 12.81 19.46 22.48 -
YUV 98.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 13 137 125 0.91 0 0.09 0.46 174.19 0.83 0.29
Hex D 89 7D 5B 0 9 2E AE 53 1D
Octal 15 211 175 133 0 11 56 256 123 35
Binary 1101 10001001 1111101 1011011 0 1001 101110 10101110 1010011 11101

Color Harmonies of #0D897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D897D

Black with #0D897D

Text Example


Text Example

White with #0D897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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