Html Css Color HEX #01827B Teal

📋 copy color: '#01827B'

red 1 ◦ green 130 ◦ blue 123

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

Shades of Teal #01827B

Tints of Teal #01827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 0.39%
G = 51.18%
B = 48.43%

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

#01827B (or 0x01827B) is known color: Teal. HEX triplet: 01, 82 and 7B. RGB value is (1,130,123). Sum of RGB (Red+Green+Blue) = 1+130+123=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #01827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827B is #FE7D84. Grayscale: #5A5A5A. Windows color (decimal): -16678277 or 8094209. OLE color: 8094209.

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

Color convert

RGB 1 130 123 -
CMYK 0.99 0 0.05 0.49
HSL 176.74º 0.98% 0.26% -
HSV(B) 176.74º 0.99% 0.51% -
XYZ 11.57 17.4 21.49 -
YUV 90.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 1 130 123 0.99 0 0.05 0.49 176.74 0.98 0.26
Hex 1 82 7B 63 0 5 31 B1 62 1A
Octal 1 202 173 143 0 5 61 261 142 32
Binary 1 10000010 1111011 1100011 0 101 110001 10110001 1100010 11010

Color Harmonies of #01827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01827B

Black with #01827B

Text Example


Text Example

White with #01827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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