#05837A

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

Shades of Teal #05837A

Tints of Teal #05837A

Color information

#05837A (or 0x05837A) is unknown color: approx Teal. HEX triplet: 05, 83 and 7A. RGB value is (5,131,122). Sum of RGB (Red+Green+Blue) = 5+131+122=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #05837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05837A is #FA7C85. Grayscale: #5C5C5C. Windows color (decimal): -16415878 or 8028933. OLE color: 8028933.

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

Color convert

RGB5131122-
CMYK0.9600.070.49
HSL175.71º92.65%26.67%-
HSV(B)175.71º96.18%51.37%-
XYZ11.6917.6721.21-
YUV92.3144.7665.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=1.94%
G=50.78%
B=47.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51311220.9600.070.49175.7192.6526.67
Hex5837A600731b05d1b
Octal5203172140076126013533
Binary1011000001111110101100000011111000110110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05837A; }

 p { color: rgb(5,131,122); }

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

<style>
 a { background-color: #05837A; }

 a { background-color: rgb(5,131,122); }

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

<style>
 span { border-color: #05837A; }

 span { border-color: rgb(5,131,122); }

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