Html Css Color HEX #01837B Teal

📋 copy color: '#01837B'

red 1 ◦ green 131 ◦ blue 123

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

Shades of Teal #01837B

Tints of Teal #01837B

RGB

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

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

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

R = 0.39%
G = 51.37%
B = 48.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#01837B (or 0x01837B) is known color: Teal. HEX triplet: 01, 83 and 7B. RGB value is (1,131,123). Sum of RGB (Red+Green+Blue) = 1+131+123=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #01837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01837B is #FE7C84. Grayscale: #5B5B5B. Windows color (decimal): -16678021 or 8094465. OLE color: 8094465.

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

Color convert

RGB 1 131 123 -
CMYK 0.99 0 0.06 0.49
HSL 176.31º 0.98% 0.26% -
HSV(B) 176.31º 0.99% 0.51% -
XYZ 11.7 17.67 21.53 -
YUV 91.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 1 131 123 0.99 0 0.06 0.49 176.31 0.98 0.26
Hex 1 83 7B 63 0 6 31 B0 62 1A
Octal 1 203 173 143 0 6 61 260 142 32
Binary 1 10000011 1111011 1100011 0 110 110001 10110000 1100010 11010

Color Harmonies of #01837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01837B

Black with #01837B

Text Example


Text Example

White with #01837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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