Html Css Color HEX #01807F Teal

📋 copy color: '#01807F'

red 1 ◦ green 128 ◦ blue 127

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

Shades of Teal #01807F

Tints of Teal #01807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

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

R = 0.39%
G = 50%
B = 49.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#01807F (or 0x01807F) is known color: Teal. HEX triplet: 01, 80 and 7F. RGB value is (1,128,127). Sum of RGB (Red+Green+Blue) = 1+128+127=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #01807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01807F is #FE7F80. Grayscale: #595959. Windows color (decimal): -16678785 or 8355841. OLE color: 8355841.

HSL color Cylindrical-coordinate representation of color #01807F: hue angle of 179.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01807F is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 127 -
CMYK 0.99 0 0.01 0.50
HSL 179.53º 0.98% 0.25% -
HSV(B) 179.53º 0.99% 0.5% -
XYZ 11.56 16.98 22.75 -
YUV 89.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 1 128 127 0.99 0 0.01 0.50 179.53 0.98 0.25
Hex 1 80 7F 63 0 1 32 B4 62 19
Octal 1 200 177 143 0 1 62 264 142 31
Binary 1 10000000 1111111 1100011 0 1 110010 10110100 1100010 11001

Color Harmonies of #01807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01807F

Black with #01807F

Text Example


Text Example

White with #01807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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