Html Css Color HEX #01887C Teal

📋 copy color: '#01887C'

red 1 ◦ green 136 ◦ blue 124

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

Shades of Teal #01887C

Tints of Teal #01887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

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

R = 0.38%
G = 52.11%
B = 47.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#01887C (or 0x01887C) is known color: Teal. HEX triplet: 01, 88 and 7C. RGB value is (1,136,124). Sum of RGB (Red+Green+Blue) = 1+136+124=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #01887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01887C is #FE7783. Grayscale: #5E5E5E. Windows color (decimal): -16676740 or 8161281. OLE color: 8161281.

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

Color convert

RGB 1 136 124 -
CMYK 0.99 0 0.09 0.47
HSL 174.67º 0.99% 0.27% -
HSV(B) 174.67º 0.99% 0.53% -
XYZ 12.45 19.07 22.09 -
YUV 94.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 1 136 124 0.99 0 0.09 0.47 174.67 0.99 0.27
Hex 1 88 7C 63 0 9 2F AF 63 1B
Octal 1 210 174 143 0 11 57 257 143 33
Binary 1 10001000 1111100 1100011 0 1001 101111 10101111 1100011 11011

Color Harmonies of #01887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01887C

Black with #01887C

Text Example


Text Example

White with #01887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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