Html Css Color HEX #01847B Teal

📋 copy color: '#01847B'

red 1 ◦ green 132 ◦ blue 123

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

Shades of Teal #01847B

Tints of Teal #01847B

RGB

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

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

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

R = 0.39%
G = 51.56%
B = 48.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#01847B (or 0x01847B) is known color: Teal. HEX triplet: 01, 84 and 7B. RGB value is (1,132,123). Sum of RGB (Red+Green+Blue) = 1+132+123=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #01847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847B is #FE7B84. Grayscale: #5B5B5B. Windows color (decimal): -16677765 or 8094721. OLE color: 8094721.

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

Color convert

RGB 1 132 123 -
CMYK 0.99 0 0.07 0.48
HSL 175.88º 0.98% 0.26% -
HSV(B) 175.88º 0.99% 0.52% -
XYZ 11.84 17.94 21.58 -
YUV 91.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 1 132 123 0.99 0 0.07 0.48 175.88 0.98 0.26
Hex 1 84 7B 63 0 7 30 B0 62 1A
Octal 1 204 173 143 0 7 60 260 142 32
Binary 1 10000100 1111011 1100011 0 111 110000 10110000 1100010 11010

Color Harmonies of #01847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01847B

Black with #01847B

Text Example


Text Example

White with #01847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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