Html Css Color HEX #01897D Teal

📋 copy color: '#01897D'

red 1 ◦ green 137 ◦ blue 125

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

Shades of Teal #01897D

Tints of Teal #01897D

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

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

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

R = 0.38%
G = 52.09%
B = 47.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#01897D (or 0x01897D) is known color: Teal. HEX triplet: 01, 89 and 7D. RGB value is (1,137,125). Sum of RGB (Red+Green+Blue) = 1+137+125=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #01897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897D is #FE7682. Grayscale: #5E5E5E. Windows color (decimal): -16676483 or 8227073. OLE color: 8227073.

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

Color convert

RGB 1 137 125 -
CMYK 0.99 0 0.09 0.46
HSL 174.71º 0.99% 0.27% -
HSV(B) 174.71º 0.99% 0.54% -
XYZ 12.66 19.38 22.48 -
YUV 94.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 1 137 125 0.99 0 0.09 0.46 174.71 0.99 0.27
Hex 1 89 7D 63 0 9 2E AF 63 1B
Octal 1 211 175 143 0 11 56 257 143 33
Binary 1 10001001 1111101 1100011 0 1001 101110 10101111 1100011 11011

Color Harmonies of #01897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01897D

Black with #01897D

Text Example


Text Example

White with #01897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01897D; }

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

 H1.HeaderClassName
 {
   color: #01897D;
 }
 .AnyTagClassName
 {
   color: #01897D;
 }
</style>

background-color css

<style>
 a { background-color: #01897D; }

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

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

border-color css

<style>
 span { border-color: #01897D; }

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

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