Html Css Color HEX #01897A Teal

📋 copy color: '#01897A'

red 1 ◦ green 137 ◦ blue 122

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

Shades of Teal #01897A

Tints of Teal #01897A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.92%

R = 0.38%
G = 52.69%
B = 46.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#01897A (or 0x01897A) is known color: Teal. HEX triplet: 01, 89 and 7A. RGB value is (1,137,122). Sum of RGB (Red+Green+Blue) = 1+137+122=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #01897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897A is #FE7685. Grayscale: #5E5E5E. Windows color (decimal): -16676486 or 8030465. OLE color: 8030465.

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

Color convert

RGB 1 137 122 -
CMYK 0.99 0 0.11 0.46
HSL 173.38º 0.99% 0.27% -
HSV(B) 173.38º 0.99% 0.54% -
XYZ 12.47 19.3 21.48 -
YUV 94.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 1 137 122 0.99 0 0.11 0.46 173.38 0.99 0.27
Hex 1 89 7A 63 0 B 2E AD 63 1B
Octal 1 211 172 143 0 13 56 255 143 33
Binary 1 10001001 1111010 1100011 0 1011 101110 10101101 1100011 11011

Color Harmonies of #01897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01897A

Black with #01897A

Text Example


Text Example

White with #01897A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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