Html Css Color HEX #01827C Teal

📋 copy color: '#01827C'

red 1 ◦ green 130 ◦ blue 124

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

Shades of Teal #01827C

Tints of Teal #01827C

RGB

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

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

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

R = 0.39%
G = 50.98%
B = 48.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#01827C (or 0x01827C) is known color: Teal. HEX triplet: 01, 82 and 7C. RGB value is (1,130,124). Sum of RGB (Red+Green+Blue) = 1+130+124=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #01827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827C is #FE7D83. Grayscale: #5A5A5A. Windows color (decimal): -16678276 or 8159745. OLE color: 8159745.

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

Color convert

RGB 1 130 124 -
CMYK 0.99 0 0.05 0.49
HSL 177.21º 0.98% 0.26% -
HSV(B) 177.21º 0.99% 0.51% -
XYZ 11.63 17.43 21.82 -
YUV 90.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 1 130 124 0.99 0 0.05 0.49 177.21 0.98 0.26
Hex 1 82 7C 63 0 5 31 B1 62 1A
Octal 1 202 174 143 0 5 61 261 142 32
Binary 1 10000010 1111100 1100011 0 101 110001 10110001 1100010 11010

Color Harmonies of #01827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01827C

Black with #01827C

Text Example


Text Example

White with #01827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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