Html Css Color HEX #01837D Teal

📋 copy color: '#01837D'

red 1 ◦ green 131 ◦ blue 125

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

Shades of Teal #01837D

Tints of Teal #01837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 0.39%
G = 50.97%
B = 48.64%

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

#01837D (or 0x01837D) is known color: Teal. HEX triplet: 01, 83 and 7D. RGB value is (1,131,125). Sum of RGB (Red+Green+Blue) = 1+131+125=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #01837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01837D is #FE7C82. Grayscale: #5B5B5B. Windows color (decimal): -16678019 or 8225537. OLE color: 8225537.

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

Color convert

RGB 1 131 125 -
CMYK 0.99 0 0.05 0.49
HSL 177.23º 0.98% 0.26% -
HSV(B) 177.23º 0.99% 0.51% -
XYZ 11.83 17.72 22.2 -
YUV 91.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 1 131 125 0.99 0 0.05 0.49 177.23 0.98 0.26
Hex 1 83 7D 63 0 5 31 B1 62 1A
Octal 1 203 175 143 0 5 61 261 142 32
Binary 1 10000011 1111101 1100011 0 101 110001 10110001 1100010 11010

Color Harmonies of #01837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01837D

Black with #01837D

Text Example


Text Example

White with #01837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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