#01767E

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

Shades of Teal #01767E

Tints of Teal #01767E

Color information

#01767E (or 0x01767E) is unknown color: approx Teal. HEX triplet: 01, 76 and 7E. RGB value is (1,118,126). Sum of RGB (Red+Green+Blue) = 1+118+126=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #01767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01767E is #FE8981. Grayscale: #535353. Windows color (decimal): -16681346 or 8287745. OLE color: 8287745.

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

Color convert

RGB1118126-
CMYK0.990.0600.51
HSL183.84º98.43%24.9%-
HSV(B)183.84º99.21%49.41%-
XYZ10.2614.4721.99-
YUV83.93151.7468.85-

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) = 48.16%
BLUE value IS 126 (49.61% from 255) = 51.43%
R=0.41%
G=48.16%
B=51.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11181260.990.0600.51183.8498.4324.9
Hex1767E636033b86219
Octal1166176143606327014231
Binary1111011011111101100011110011001110111000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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