Html Css Color HEX #01847C Teal

📋 copy color: '#01847C'

red 1 ◦ green 132 ◦ blue 124

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

Shades of Teal #01847C

Tints of Teal #01847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 0.39%
G = 51.36%
B = 48.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#01847C (or 0x01847C) is known color: Teal. HEX triplet: 01, 84 and 7C. RGB value is (1,132,124). Sum of RGB (Red+Green+Blue) = 1+132+124=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #01847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847C is #FE7B83. Grayscale: #5B5B5B. Windows color (decimal): -16677764 or 8160257. OLE color: 8160257.

HSL color Cylindrical-coordinate representation of color #01847C: hue angle of 176.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01847C is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 124 -
CMYK 0.99 0 0.06 0.48
HSL 176.34º 0.98% 0.26% -
HSV(B) 176.34º 0.99% 0.52% -
XYZ 11.9 17.96 21.91 -
YUV 91.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 1 132 124 0.99 0 0.06 0.48 176.34 0.98 0.26
Hex 1 84 7C 63 0 6 30 B0 62 1A
Octal 1 204 174 143 0 6 60 260 142 32
Binary 1 10000100 1111100 1100011 0 110 110000 10110000 1100010 11010

Color Harmonies of #01847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01847C

Black with #01847C

Text Example


Text Example

White with #01847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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