Html Css Color HEX #05847C Teal

📋 copy color: '#05847C'

red 5 ◦ green 132 ◦ blue 124

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

Shades of Teal #05847C

Tints of Teal #05847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 1.92%
G = 50.57%
B = 47.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#05847C (or 0x05847C) is known color: Teal. HEX triplet: 05, 84 and 7C. RGB value is (5,132,124). Sum of RGB (Red+Green+Blue) = 5+132+124=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #05847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05847C is #FA7B83. Grayscale: #5D5D5D. Windows color (decimal): -16415620 or 8160261. OLE color: 8160261.

HSL color Cylindrical-coordinate representation of color #05847C: hue angle of 176.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05847C is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 124 -
CMYK 0.96 0 0.06 0.48
HSL 176.22º 0.93% 0.27% -
HSV(B) 176.22º 0.96% 0.52% -
XYZ 11.95 17.99 21.91 -
YUV 93.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 5 132 124 0.96 0 0.06 0.48 176.22 0.93 0.27
Hex 5 84 7C 60 0 6 30 B0 5D 1B
Octal 5 204 174 140 0 6 60 260 135 33
Binary 101 10000100 1111100 1100000 0 110 110000 10110000 1011101 11011

Color Harmonies of #05847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05847C

Black with #05847C

Text Example


Text Example

White with #05847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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