Html Css Color HEX #01897C Teal

📋 copy color: '#01897C'

red 1 ◦ green 137 ◦ blue 124

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

Shades of Teal #01897C

Tints of Teal #01897C

RGB

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

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

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

R = 0.38%
G = 52.29%
B = 47.33%

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

#01897C (or 0x01897C) is known color: Teal. HEX triplet: 01, 89 and 7C. RGB value is (1,137,124). Sum of RGB (Red+Green+Blue) = 1+137+124=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #01897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897C is #FE7683. Grayscale: #5E5E5E. Windows color (decimal): -16676484 or 8161537. OLE color: 8161537.

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

Color convert

RGB 1 137 124 -
CMYK 0.99 0 0.09 0.46
HSL 174.26º 0.99% 0.27% -
HSV(B) 174.26º 0.99% 0.54% -
XYZ 12.6 19.35 22.14 -
YUV 94.85 144.44 61.06 -
System Red Green Blue C M Y K H S L
Decimal 1 137 124 0.99 0 0.09 0.46 174.26 0.99 0.27
Hex 1 89 7C 63 0 9 2E AE 63 1B
Octal 1 211 174 143 0 11 56 256 143 33
Binary 1 10001001 1111100 1100011 0 1001 101110 10101110 1100011 11011

Color Harmonies of #01897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01897C

Black with #01897C

Text Example


Text Example

White with #01897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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