Html Css Color HEX #01887A Teal

📋 copy color: '#01887A'

red 1 ◦ green 136 ◦ blue 122

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

Shades of Teal #01887A

Tints of Teal #01887A

RGB

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

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

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

R = 0.39%
G = 52.51%
B = 47.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#01887A (or 0x01887A) is known color: Teal. HEX triplet: 01, 88 and 7A. RGB value is (1,136,122). Sum of RGB (Red+Green+Blue) = 1+136+122=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #01887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01887A is #FE7785. Grayscale: #5D5D5D. Windows color (decimal): -16676742 or 8030209. OLE color: 8030209.

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

Color convert

RGB 1 136 122 -
CMYK 0.99 0 0.10 0.47
HSL 173.78º 0.99% 0.27% -
HSV(B) 173.78º 0.99% 0.53% -
XYZ 12.33 19.02 21.43 -
YUV 94.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 1 136 122 0.99 0 0.10 0.47 173.78 0.99 0.27
Hex 1 88 7A 63 0 A 2F AE 63 1B
Octal 1 210 172 143 0 12 57 256 143 33
Binary 1 10001000 1111010 1100011 0 1010 101111 10101110 1100011 11011

Color Harmonies of #01887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01887A

Black with #01887A

Text Example


Text Example

White with #01887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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