#05817B

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

Shades of Teal #05817B

Tints of Teal #05817B

Color information

#05817B (or 0x05817B) is unknown color: approx Teal. HEX triplet: 05, 81 and 7B. RGB value is (5,129,123). Sum of RGB (Red+Green+Blue) = 5+129+123=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #05817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05817B is #FA7E84. Grayscale: #5B5B5B. Windows color (decimal): -16416389 or 8093957. OLE color: 8093957.

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

Color convert

RGB5129123-
CMYK0.9600.050.49
HSL177.1º92.54%26.27%-
HSV(B)177.1º96.12%50.59%-
XYZ11.4917.1621.45-
YUV91.24145.9266.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=1.95%
G=50.19%
B=47.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51291230.9600.050.49177.192.5426.27
Hex5817B600531b15d1a
Octal5201173140056126113532
Binary1011000000111110111100000010111000110110001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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