Html Css Color HEX #01827E Teal

📋 copy color: '#01827E'

red 1 ◦ green 130 ◦ blue 126

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

Shades of Teal #01827E

Tints of Teal #01827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

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

R = 0.39%
G = 50.58%
B = 49.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#01827E (or 0x01827E) is known color: Teal. HEX triplet: 01, 82 and 7E. RGB value is (1,130,126). Sum of RGB (Red+Green+Blue) = 1+130+126=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #01827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827E is #FE7D81. Grayscale: #5A5A5A. Windows color (decimal): -16678274 or 8290817. OLE color: 8290817.

HSL color Cylindrical-coordinate representation of color #01827E: hue angle of 178.14º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01827E is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 126 -
CMYK 0.99 0 0.03 0.49
HSL 178.14º 0.98% 0.26% -
HSV(B) 178.14º 0.99% 0.51% -
XYZ 11.76 17.48 22.49 -
YUV 90.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 1 130 126 0.99 0 0.03 0.49 178.14 0.98 0.26
Hex 1 82 7E 63 0 3 31 B2 62 1A
Octal 1 202 176 143 0 3 61 262 142 32
Binary 1 10000010 1111110 1100011 0 11 110001 10110010 1100010 11010

Color Harmonies of #01827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01827E

Black with #01827E

Text Example


Text Example

White with #01827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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