Html Css Color HEX #05847A Teal

📋 copy color: '#05847A'

red 5 ◦ green 132 ◦ blue 122

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

Shades of Teal #05847A

Tints of Teal #05847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 1.93%
G = 50.97%
B = 47.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#05847A (or 0x05847A) is known color: Teal. HEX triplet: 05, 84 and 7A. RGB value is (5,132,122). Sum of RGB (Red+Green+Blue) = 5+132+122=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #05847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05847A is #FA7B85. Grayscale: #5C5C5C. Windows color (decimal): -16415622 or 8029189. OLE color: 8029189.

HSL color Cylindrical-coordinate representation of color #05847A: hue angle of 175.28º 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 #05847A is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 122 -
CMYK 0.96 0 0.08 0.48
HSL 175.28º 0.93% 0.27% -
HSV(B) 175.28º 0.96% 0.52% -
XYZ 11.83 17.94 21.25 -
YUV 92.89 144.42 65.31 -
System Red Green Blue C M Y K H S L
Decimal 5 132 122 0.96 0 0.08 0.48 175.28 0.93 0.27
Hex 5 84 7A 60 0 8 30 AF 5D 1B
Octal 5 204 172 140 0 10 60 257 135 33
Binary 101 10000100 1111010 1100000 0 1000 110000 10101111 1011101 11011

Color Harmonies of #05847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05847A

Black with #05847A

Text Example


Text Example

White with #05847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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