Html Css Color HEX #01807E Teal

📋 copy color: '#01807E'

red 1 ◦ green 128 ◦ blue 126

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

Shades of Teal #01807E

Tints of Teal #01807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.41%

R = 0.39%
G = 50.2%
B = 49.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#01807E (or 0x01807E) is known color: Teal. HEX triplet: 01, 80 and 7E. RGB value is (1,128,126). Sum of RGB (Red+Green+Blue) = 1+128+126=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #01807E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01807E is #FE7F81. Grayscale: #595959. Windows color (decimal): -16678786 or 8290305. OLE color: 8290305.

HSL color Cylindrical-coordinate representation of color #01807E: hue angle of 179.06º 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 #01807E is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 126 -
CMYK 0.99 0 0.02 0.50
HSL 179.06º 0.98% 0.25% -
HSV(B) 179.06º 0.99% 0.5% -
XYZ 11.5 16.95 22.4 -
YUV 89.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 1 128 126 0.99 0 0.02 0.50 179.06 0.98 0.25
Hex 1 80 7E 63 0 2 32 B3 62 19
Octal 1 200 176 143 0 2 62 263 142 31
Binary 1 10000000 1111110 1100011 0 10 110010 10110011 1100010 11001

Color Harmonies of #01807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01807E

Black with #01807E

Text Example


Text Example

White with #01807E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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