Html Css Color HEX #01887B Teal

📋 copy color: '#01887B'

red 1 ◦ green 136 ◦ blue 123

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

Shades of Teal #01887B

Tints of Teal #01887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 0.38%
G = 52.31%
B = 47.31%

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

#01887B (or 0x01887B) is known color: Teal. HEX triplet: 01, 88 and 7B. RGB value is (1,136,123). Sum of RGB (Red+Green+Blue) = 1+136+123=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #01887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01887B is #FE7784. Grayscale: #5E5E5E. Windows color (decimal): -16676741 or 8095745. OLE color: 8095745.

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

Color convert

RGB 1 136 123 -
CMYK 0.99 0 0.10 0.47
HSL 174.22º 0.99% 0.27% -
HSV(B) 174.22º 0.99% 0.53% -
XYZ 12.39 19.04 21.76 -
YUV 94.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 1 136 123 0.99 0 0.10 0.47 174.22 0.99 0.27
Hex 1 88 7B 63 0 A 2F AE 63 1B
Octal 1 210 173 143 0 12 57 256 143 33
Binary 1 10001000 1111011 1100011 0 1010 101111 10101110 1100011 11011

Color Harmonies of #01887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01887B

Black with #01887B

Text Example


Text Example

White with #01887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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