#01767F

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

Shades of Teal #01767F

Tints of Teal #01767F

Color information

#01767F (or 0x01767F) is unknown color: approx Teal. HEX triplet: 01, 76 and 7F. RGB value is (1,118,127). Sum of RGB (Red+Green+Blue) = 1+118+127=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #01767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01767F is #FE8980. Grayscale: #535353. Windows color (decimal): -16681345 or 8353281. OLE color: 8353281.

HSL color Cylindrical-coordinate representation of color #01767F: hue angle of 184.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01767F is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1118127-
CMYK0.990.0700.50
HSL184.29º98.44%25.1%-
HSV(B)184.29º99.21%49.8%-
XYZ10.3214.522.33-
YUV84.04152.2468.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 127 (50% from 255) = 51.63%
R=0.41%
G=47.97%
B=51.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11181270.990.0700.50184.2998.4425.1
Hex1767F637032b86219
Octal1166177143706227014231
Binary1111011011111111100011111011001010111000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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