Html Css Color HEX #05887D Teal

📋 copy color: '#05887D'

red 5 ◦ green 136 ◦ blue 125

#05887D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #05887D

Tints of Teal #05887D

RGB

 RED value IS 5 (2.34% from 255) = 1.88%

 GREEN value IS 136 (53.52% from 255) = 51.13%

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 1.88%
G = 51.13%
B = 46.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#05887D (or 0x05887D) is known color: Teal. HEX triplet: 05, 88 and 7D. RGB value is (5,136,125). Sum of RGB (Red+Green+Blue) = 5+136+125=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #05887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05887D is #FA7782. Grayscale: #5F5F5F. Windows color (decimal): -16414595 or 8226821. OLE color: 8226821.

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

Color convert

RGB 5 136 125 -
CMYK 0.96 0 0.08 0.47
HSL 174.96º 0.93% 0.28% -
HSV(B) 174.96º 0.96% 0.53% -
XYZ 12.57 19.12 22.43 -
YUV 95.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 5 136 125 0.96 0 0.08 0.47 174.96 0.93 0.28
Hex 5 88 7D 60 0 8 2F AF 5D 1C
Octal 5 210 175 140 0 10 57 257 135 34
Binary 101 10001000 1111101 1100000 0 1000 101111 10101111 1011101 11100

Color Harmonies of #05887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05887D

Black with #05887D

Text Example


Text Example

White with #05887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05887D;
 }
 .AnyTagClassName
 {
   color: #05887D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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