#01817B

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

Shades of Teal #01817B

Tints of Teal #01817B

Color information

#01817B (or 0x01817B) is unknown color: approx Teal. HEX triplet: 01, 81 and 7B. RGB value is (1,129,123). Sum of RGB (Red+Green+Blue) = 1+129+123=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #01817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01817B is #FE7E84. Grayscale: #595959. Windows color (decimal): -16678533 or 8093953. OLE color: 8093953.

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

Color convert

RGB1129123-
CMYK0.9900.050.49
HSL177.19º98.46%25.49%-
HSV(B)177.19º99.22%50.59%-
XYZ11.4417.1421.44-
YUV90.04146.5964.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=0.40%
G=50.99%
B=48.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11291230.9900.050.49177.1998.4625.49
Hex1817B630531b16219
Octal1201173143056126114231
Binary11000000111110111100011010111000110110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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