#05817D

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

Shades of Teal #05817D

Tints of Teal #05817D

Color information

#05817D (or 0x05817D) is unknown color: approx Teal. HEX triplet: 05, 81 and 7D. RGB value is (5,129,125). Sum of RGB (Red+Green+Blue) = 5+129+125=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #05817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05817D is #FA7E82. Grayscale: #5B5B5B. Windows color (decimal): -16416387 or 8225029. OLE color: 8225029.

HSL color Cylindrical-coordinate representation of color #05817D: hue angle of 178.06º 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 #05817D is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB5129125-
CMYK0.9600.030.49
HSL178.06º92.54%26.27%-
HSV(B)178.06º96.12%50.59%-
XYZ11.6117.2122.11-
YUV91.47146.9266.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=1.93%
G=49.81%
B=48.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51291250.9600.030.49178.0692.5426.27
Hex5817D600331b25d1a
Octal5201175140036126213532
Binary101100000011111101110000001111000110110010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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