Html Css Color HEX #0D897C Teal

📋 copy color: '#0D897C'

red 13 ◦ green 137 ◦ blue 124

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

Shades of Teal #0D897C

Tints of Teal #0D897C

RGB

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

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

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

R = 4.74%
G = 50%
B = 45.26%

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

#0D897C (or 0x0D897C) is known color: Teal. HEX triplet: 0D, 89 and 7C. RGB value is (13,137,124). Sum of RGB (Red+Green+Blue) = 13+137+124=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #0D897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D897C is #F27683. Grayscale: #626262. Windows color (decimal): -15890052 or 8161549. OLE color: 8161549.

HSL color Cylindrical-coordinate representation of color #0D897C: hue angle of 173.71º 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 #0D897C is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 124 -
CMYK 0.91 0 0.09 0.46
HSL 173.71º 0.83% 0.29% -
HSV(B) 173.71º 0.91% 0.54% -
XYZ 12.75 19.43 22.15 -
YUV 98.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 13 137 124 0.91 0 0.09 0.46 173.71 0.83 0.29
Hex D 89 7C 5B 0 9 2E AE 53 1D
Octal 15 211 174 133 0 11 56 256 123 35
Binary 1101 10001001 1111100 1011011 0 1001 101110 10101110 1010011 11101

Color Harmonies of #0D897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D897C

Black with #0D897C

Text Example


Text Example

White with #0D897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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