Html Css Color HEX #01897F Teal

📋 copy color: '#01897F'

red 1 ◦ green 137 ◦ blue 127

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

Shades of Teal #01897F

Tints of Teal #01897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.92%

R = 0.38%
G = 51.7%
B = 47.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#01897F (or 0x01897F) is known color: Teal. HEX triplet: 01, 89 and 7F. RGB value is (1,137,127). Sum of RGB (Red+Green+Blue) = 1+137+127=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #01897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897F is #FE7680. Grayscale: #5F5F5F. Windows color (decimal): -16676481 or 8358145. OLE color: 8358145.

HSL color Cylindrical-coordinate representation of color #01897F: hue angle of 175.59º 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 #01897F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 127 -
CMYK 0.99 0 0.07 0.46
HSL 175.59º 0.99% 0.27% -
HSV(B) 175.59º 0.99% 0.54% -
XYZ 12.79 19.43 23.16 -
YUV 95.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 1 137 127 0.99 0 0.07 0.46 175.59 0.99 0.27
Hex 1 89 7F 63 0 7 2E B0 63 1B
Octal 1 211 177 143 0 7 56 260 143 33
Binary 1 10001001 1111111 1100011 0 111 101110 10110000 1100011 11011

Color Harmonies of #01897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01897F

Black with #01897F

Text Example


Text Example

White with #01897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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