Html Css Color HEX #01827D Teal

📋 copy color: '#01827D'

red 1 ◦ green 130 ◦ blue 125

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

Shades of Teal #01827D

Tints of Teal #01827D

RGB

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

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

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

R = 0.39%
G = 50.78%
B = 48.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#01827D (or 0x01827D) is known color: Teal. HEX triplet: 01, 82 and 7D. RGB value is (1,130,125). Sum of RGB (Red+Green+Blue) = 1+130+125=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #01827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827D is #FE7D82. Grayscale: #5A5A5A. Windows color (decimal): -16678275 or 8225281. OLE color: 8225281.

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

Color convert

RGB 1 130 125 -
CMYK 0.99 0 0.04 0.49
HSL 177.67º 0.98% 0.26% -
HSV(B) 177.67º 0.99% 0.51% -
XYZ 11.7 17.45 22.15 -
YUV 90.86 147.26 63.91 -
System Red Green Blue C M Y K H S L
Decimal 1 130 125 0.99 0 0.04 0.49 177.67 0.98 0.26
Hex 1 82 7D 63 0 4 31 B2 62 1A
Octal 1 202 175 143 0 4 61 262 142 32
Binary 1 10000010 1111101 1100011 0 100 110001 10110010 1100010 11010

Color Harmonies of #01827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01827D

Black with #01827D

Text Example


Text Example

White with #01827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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