#05877D

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

Shades of Teal #05877D

Tints of Teal #05877D

Color information

#05877D (or 0x05877D) is unknown color: approx Teal. HEX triplet: 05, 87 and 7D. RGB value is (5,135,125). Sum of RGB (Red+Green+Blue) = 5+135+125=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #05877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05877D is #FA7882. Grayscale: #5E5E5E. Windows color (decimal): -16414851 or 8226565. OLE color: 8226565.

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

Color convert

RGB5135125-
CMYK0.9600.070.47
HSL175.38º92.86%27.45%-
HSV(B)175.38º96.3%52.94%-
XYZ12.4318.8422.38-
YUV94.99144.9363.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=1.89%
G=50.94%
B=47.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51351250.9600.070.47175.3892.8627.45
Hex5877D60072Faf5d1b
Octal5207175140075725713533
Binary1011000011111111011100000011110111110101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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