Html Css Color HEX #05778C Teal

📋 copy color: '#05778C'

red 5 ◦ green 119 ◦ blue 140

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

Shades of Teal #05778C

Tints of Teal #05778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 1.89%
G = 45.08%
B = 53.03%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05778C (or 0x05778C) is known color: Teal. HEX triplet: 05, 77 and 8C. RGB value is (5,119,140). Sum of RGB (Red+Green+Blue) = 5+119+140=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #05778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05778C is #FA8873. Grayscale: #575757. Windows color (decimal): -16418932 or 9205509. OLE color: 9205509.

HSL color Cylindrical-coordinate representation of color #05778C: hue angle of 189.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05778C is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 119 140 -
CMYK 0.96 0.15 0 0.45
HSL 189.33º 0.93% 0.28% -
HSV(B) 189.33º 0.96% 0.55% -
XYZ 11.39 15.12 27.13 -
YUV 87.31 157.73 69.29 -
System Red Green Blue C M Y K H S L
Decimal 5 119 140 0.96 0.15 0 0.45 189.33 0.93 0.28
Hex 5 77 8C 60 F 0 2D BD 5D 1C
Octal 5 167 214 140 17 0 55 275 135 34
Binary 101 1110111 10001100 1100000 1111 0 101101 10111101 1011101 11100

Color Harmonies of #05778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05778C

Black with #05778C

Text Example


Text Example

White with #05778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,119,140); }

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

background-color css

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

 a { background-color: rgb(5,119,140); }

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

border-color css

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

 span { border-color: rgb(5,119,140); }

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