Html Css Color HEX #05867C Teal

📋 copy color: '#05867C'

red 5 ◦ green 134 ◦ blue 124

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

Shades of Teal #05867C

Tints of Teal #05867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 1.9%
G = 50.95%
B = 47.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#05867C (or 0x05867C) is known color: Teal. HEX triplet: 05, 86 and 7C. RGB value is (5,134,124). Sum of RGB (Red+Green+Blue) = 5+134+124=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #05867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05867C is #FA7983. Grayscale: #5E5E5E. Windows color (decimal): -16415108 or 8160773. OLE color: 8160773.

HSL color Cylindrical-coordinate representation of color #05867C: hue angle of 175.35º 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 #05867C is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 134 124 -
CMYK 0.96 0 0.07 0.47
HSL 175.35º 0.93% 0.27% -
HSV(B) 175.35º 0.96% 0.53% -
XYZ 12.23 18.54 22 -
YUV 94.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 5 134 124 0.96 0 0.07 0.47 175.35 0.93 0.27
Hex 5 86 7C 60 0 7 2F AF 5D 1B
Octal 5 206 174 140 0 7 57 257 135 33
Binary 101 10000110 1111100 1100000 0 111 101111 10101111 1011101 11011

Color Harmonies of #05867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05867C

Black with #05867C

Text Example


Text Example

White with #05867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05867C; }

 p { color: rgb(5,134,124); }

 H1.HeaderClassName
 {
   color: #05867C;
 }
 .AnyTagClassName
 {
   color: #05867C;
 }
</style>

background-color css

<style>
 a { background-color: #05867C; }

 a { background-color: rgb(5,134,124); }

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

border-color css

<style>
 span { border-color: #05867C; }

 span { border-color: rgb(5,134,124); }

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