#01847F

Color #01847F Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #01847F

Tints of Teal #01847F

Color information

#01847F (or 0x01847F) is unknown color: approx Teal. HEX triplet: 01, 84 and 7F. RGB value is (1,132,127). Sum of RGB (Red+Green+Blue) = 1+132+127=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #01847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847F is #FE7B80. Grayscale: #5C5C5C. Windows color (decimal): -16677761 or 8356865. OLE color: 8356865.

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

Color convert

RGB1132127-
CMYK0.9900.040.48
HSL177.71º98.5%26.08%-
HSV(B)177.71º99.24%51.76%-
XYZ12.0918.0422.92-
YUV92.26147.662.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 127 (50% from 255) = 48.85%
R=0.38%
G=50.77%
B=48.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11321270.9900.040.48177.7198.526.08
Hex1847F630430b2621a
Octal1204177143046026214232
Binary11000010011111111100011010011000010110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01847F;
 }
 .AnyTagClassName
 {
   color: #01847F;
 }
</style>
background-color css

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

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

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

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

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

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