Html Css Color HEX #05857A Teal

📋 copy color: '#05857A'

red 5 ◦ green 133 ◦ blue 122

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

Shades of Teal #05857A

Tints of Teal #05857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

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

R = 1.92%
G = 51.15%
B = 46.92%

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

#05857A (or 0x05857A) is known color: Teal. HEX triplet: 05, 85 and 7A. RGB value is (5,133,122). Sum of RGB (Red+Green+Blue) = 5+133+122=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #05857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05857A is #FA7A85. Grayscale: #5D5D5D. Windows color (decimal): -16415366 or 8029445. OLE color: 8029445.

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

Color convert

RGB 5 133 122 -
CMYK 0.96 0 0.08 0.48
HSL 174.84º 0.93% 0.27% -
HSV(B) 174.84º 0.96% 0.52% -
XYZ 11.96 18.21 21.3 -
YUV 93.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 5 133 122 0.96 0 0.08 0.48 174.84 0.93 0.27
Hex 5 85 7A 60 0 8 30 AF 5D 1B
Octal 5 205 172 140 0 10 60 257 135 33
Binary 101 10000101 1111010 1100000 0 1000 110000 10101111 1011101 11011

Color Harmonies of #05857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05857A

Black with #05857A

Text Example


Text Example

White with #05857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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