Html Css Color HEX #05777E Teal

📋 copy color: '#05777E'

red 5 ◦ green 119 ◦ blue 126

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

Shades of Teal #05777E

Tints of Teal #05777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 50.4%

R = 2%
G = 47.6%
B = 50.4%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05777E (or 0x05777E) is known color: Teal. HEX triplet: 05, 77 and 7E. RGB value is (5,119,126). Sum of RGB (Red+Green+Blue) = 5+119+126=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #05777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05777E is #FA8881. Grayscale: #555555. Windows color (decimal): -16418946 or 8288005. OLE color: 8288005.

HSL color Cylindrical-coordinate representation of color #05777E: hue angle of 183.47º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05777E is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 119 126 -
CMYK 0.96 0.06 0 0.51
HSL 183.47º 0.92% 0.26% -
HSV(B) 183.47º 0.96% 0.49% -
XYZ 10.43 14.73 22.03 -
YUV 85.71 150.73 70.43 -
System Red Green Blue C M Y K H S L
Decimal 5 119 126 0.96 0.06 0 0.51 183.47 0.92 0.26
Hex 5 77 7E 60 6 0 33 B7 5C 1A
Octal 5 167 176 140 6 0 63 267 134 32
Binary 101 1110111 1111110 1100000 110 0 110011 10110111 1011100 11010

Color Harmonies of #05777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05777E

Black with #05777E

Text Example


Text Example

White with #05777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05777E; }

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

 H1.HeaderClassName
 {
   color: #05777E;
 }
 .AnyTagClassName
 {
   color: #05777E;
 }
</style>

background-color css

<style>
 a { background-color: #05777E; }

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

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

border-color css

<style>
 span { border-color: #05777E; }

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

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