Html Css Color HEX #01807D Teal

📋 copy color: '#01807D'

red 1 ◦ green 128 ◦ blue 125

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

Shades of Teal #01807D

Tints of Teal #01807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 0.39%
G = 50.39%
B = 49.21%

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

#01807D (or 0x01807D) is known color: Teal. HEX triplet: 01, 80 and 7D. RGB value is (1,128,125). Sum of RGB (Red+Green+Blue) = 1+128+125=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #01807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01807D is #FE7F82. Grayscale: #595959. Windows color (decimal): -16678787 or 8224769. OLE color: 8224769.

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

Color convert

RGB 1 128 125 -
CMYK 0.99 0 0.02 0.50
HSL 178.58º 0.98% 0.25% -
HSV(B) 178.58º 0.99% 0.5% -
XYZ 11.43 16.93 22.07 -
YUV 89.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 1 128 125 0.99 0 0.02 0.50 178.58 0.98 0.25
Hex 1 80 7D 63 0 2 32 B3 62 19
Octal 1 200 175 143 0 2 62 263 142 31
Binary 1 10000000 1111101 1100011 0 10 110010 10110011 1100010 11001

Color Harmonies of #01807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01807D

Black with #01807D

Text Example


Text Example

White with #01807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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