Html Css Color HEX #05857D Teal

📋 copy color: '#05857D'

red 5 ◦ green 133 ◦ blue 125

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

Shades of Teal #05857D

Tints of Teal #05857D

RGB

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

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

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

R = 1.9%
G = 50.57%
B = 47.53%

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

#05857D (or 0x05857D) is known color: Teal. HEX triplet: 05, 85 and 7D. RGB value is (5,133,125). Sum of RGB (Red+Green+Blue) = 5+133+125=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #05857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05857D is #FA7A82. Grayscale: #5D5D5D. Windows color (decimal): -16415363 or 8226053. OLE color: 8226053.

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

Color convert

RGB 5 133 125 -
CMYK 0.96 0 0.06 0.48
HSL 176.25º 0.93% 0.27% -
HSV(B) 176.25º 0.96% 0.52% -
XYZ 12.15 18.29 22.29 -
YUV 93.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 5 133 125 0.96 0 0.06 0.48 176.25 0.93 0.27
Hex 5 85 7D 60 0 6 30 B0 5D 1B
Octal 5 205 175 140 0 6 60 260 135 33
Binary 101 10000101 1111101 1100000 0 110 110000 10110000 1011101 11011

Color Harmonies of #05857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05857D

Black with #05857D

Text Example


Text Example

White with #05857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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