Html Css Color HEX #01897E Teal

📋 copy color: '#01897E'

red 1 ◦ green 137 ◦ blue 126

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

Shades of Teal #01897E

Tints of Teal #01897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 0.38%
G = 51.89%
B = 47.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#01897E (or 0x01897E) is known color: Teal. HEX triplet: 01, 89 and 7E. RGB value is (1,137,126). Sum of RGB (Red+Green+Blue) = 1+137+126=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #01897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897E is #FE7681. Grayscale: #5E5E5E. Windows color (decimal): -16676482 or 8292609. OLE color: 8292609.

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

Color convert

RGB 1 137 126 -
CMYK 0.99 0 0.08 0.46
HSL 175.15º 0.99% 0.27% -
HSV(B) 175.15º 0.99% 0.54% -
XYZ 12.72 19.4 22.81 -
YUV 95.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 1 137 126 0.99 0 0.08 0.46 175.15 0.99 0.27
Hex 1 89 7E 63 0 8 2E AF 63 1B
Octal 1 211 176 143 0 10 56 257 143 33
Binary 1 10001001 1111110 1100011 0 1000 101110 10101111 1100011 11011

Color Harmonies of #01897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01897E

Black with #01897E

Text Example


Text Example

White with #01897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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