#01887A

Color #01887A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #01887A

Tints of Teal #01887A

Color information

#01887A (or 0x01887A) is unknown color: approx 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

RGB1136122-
CMYK0.9900.100.47
HSL173.78º98.54%26.86%-
HSV(B)173.78º99.26%53.33%-
XYZ12.3319.0221.43-
YUV94.04143.7761.64-

RGB Variations

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

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.10%
R=0.39%
G=52.51%
B=47.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11361220.9900.100.47173.7898.5426.86
Hex1887A630A2Fae631b
Octal12101721430125725614333
Binary110001000111101011000110101010111110101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>