Html Css Color HEX #01877C Teal

📋 copy color: '#01877C'

red 1 ◦ green 135 ◦ blue 124

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

Shades of Teal #01877C

Tints of Teal #01877C

RGB

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

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

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

R = 0.38%
G = 51.92%
B = 47.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#01877C (or 0x01877C) is known color: Teal. HEX triplet: 01, 87 and 7C. RGB value is (1,135,124). Sum of RGB (Red+Green+Blue) = 1+135+124=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #01877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01877C is #FE7883. Grayscale: #5D5D5D. Windows color (decimal): -16676996 or 8161025. OLE color: 8161025.

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

Color convert

RGB 1 135 124 -
CMYK 0.99 0 0.08 0.47
HSL 175.07º 0.99% 0.27% -
HSV(B) 175.07º 0.99% 0.53% -
XYZ 12.31 18.79 22.05 -
YUV 93.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 1 135 124 0.99 0 0.08 0.47 175.07 0.99 0.27
Hex 1 87 7C 63 0 8 2F AF 63 1B
Octal 1 207 174 143 0 10 57 257 143 33
Binary 1 10000111 1111100 1100011 0 1000 101111 10101111 1100011 11011

Color Harmonies of #01877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01877C

Black with #01877C

Text Example


Text Example

White with #01877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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