Html Css Color HEX #01877F Teal

📋 copy color: '#01877F'

red 1 ◦ green 135 ◦ blue 127

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

Shades of Teal #01877F

Tints of Teal #01877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

 BLUE value IS 127 (50% from 255) = 48.29%

R = 0.38%
G = 51.33%
B = 48.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#01877F (or 0x01877F) is known color: Teal. HEX triplet: 01, 87 and 7F. RGB value is (1,135,127). Sum of RGB (Red+Green+Blue) = 1+135+127=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #01877F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01877F is #FE7880. Grayscale: #5D5D5D. Windows color (decimal): -16676993 or 8357633. OLE color: 8357633.

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

Color convert

RGB 1 135 127 -
CMYK 0.99 0 0.06 0.47
HSL 176.42º 0.99% 0.27% -
HSV(B) 176.42º 0.99% 0.53% -
XYZ 12.51 18.87 23.06 -
YUV 94.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 1 135 127 0.99 0 0.06 0.47 176.42 0.99 0.27
Hex 1 87 7F 63 0 6 2F B0 63 1B
Octal 1 207 177 143 0 6 57 260 143 33
Binary 1 10000111 1111111 1100011 0 110 101111 10110000 1100011 11011

Color Harmonies of #01877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01877F

Black with #01877F

Text Example


Text Example

White with #01877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01877F; }

 p { color: rgb(1,135,127); }

 H1.HeaderClassName
 {
   color: #01877F;
 }
 .AnyTagClassName
 {
   color: #01877F;
 }
</style>

background-color css

<style>
 a { background-color: #01877F; }

 a { background-color: rgb(1,135,127); }

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

border-color css

<style>
 span { border-color: #01877F; }

 span { border-color: rgb(1,135,127); }

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