Html Css Color HEX #05857B Teal

📋 copy color: '#05857B'

red 5 ◦ green 133 ◦ blue 123

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

Shades of Teal #05857B

Tints of Teal #05857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 1.92%
G = 50.96%
B = 47.13%

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

#05857B (or 0x05857B) is known color: Teal. HEX triplet: 05, 85 and 7B. RGB value is (5,133,123). Sum of RGB (Red+Green+Blue) = 5+133+123=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #05857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05857B is #FA7A84. Grayscale: #5D5D5D. Windows color (decimal): -16415365 or 8094981. OLE color: 8094981.

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

Color convert

RGB 5 133 123 -
CMYK 0.96 0 0.08 0.48
HSL 175.31º 0.93% 0.27% -
HSV(B) 175.31º 0.96% 0.52% -
XYZ 12.03 18.24 21.63 -
YUV 93.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 5 133 123 0.96 0 0.08 0.48 175.31 0.93 0.27
Hex 5 85 7B 60 0 8 30 AF 5D 1B
Octal 5 205 173 140 0 10 60 257 135 33
Binary 101 10000101 1111011 1100000 0 1000 110000 10101111 1011101 11011

Color Harmonies of #05857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05857B

Black with #05857B

Text Example


Text Example

White with #05857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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