#01778B

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

Shades of Teal #01778B

Tints of Teal #01778B

Color information

#01778B (or 0x01778B) is unknown color: approx Teal. HEX triplet: 01, 77 and 8B. RGB value is (1,119,139). Sum of RGB (Red+Green+Blue) = 1+119+139=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #01778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01778B is #FE8874. Grayscale: #555555. Windows color (decimal): -16681077 or 9139969. OLE color: 9139969.

HSL color Cylindrical-coordinate representation of color #01778B: hue angle of 188.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01778B is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1119139-
CMYK0.990.1400.45
HSL188.7º98.57%27.45%-
HSV(B)188.7º99.28%54.51%-
XYZ11.2715.0626.74-
YUV86157.9167.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=0.39%
G=45.95%
B=53.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11191390.990.1400.45188.798.5727.45
Hex1778B63E02Dbd631b
Octal11672131431605527514333
Binary111101111000101111000111110010110110111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,119,139); }

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

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

 a { background-color: rgb(1,119,139); }

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

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

 span { border-color: rgb(1,119,139); }

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