Html Css Color HEX #05797F Teal

📋 copy color: '#05797F'

red 5 ◦ green 121 ◦ blue 127

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

Shades of Teal #05797F

Tints of Teal #05797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 127 (50% from 255) = 50.2%

R = 1.98%
G = 47.83%
B = 50.2%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05797F (or 0x05797F) is known color: Teal. HEX triplet: 05, 79 and 7F. RGB value is (5,121,127). Sum of RGB (Red+Green+Blue) = 5+121+127=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #05797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05797F is #FA8680. Grayscale: #565656. Windows color (decimal): -16418433 or 8354053. OLE color: 8354053.

HSL color Cylindrical-coordinate representation of color #05797F: hue angle of 182.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05797F is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 121 127 -
CMYK 0.96 0.05 0 0.50
HSL 182.95º 0.92% 0.26% -
HSV(B) 182.95º 0.96% 0.5% -
XYZ 10.73 15.24 22.45 -
YUV 87 150.57 69.51 -
System Red Green Blue C M Y K H S L
Decimal 5 121 127 0.96 0.05 0 0.50 182.95 0.92 0.26
Hex 5 79 7F 60 5 0 32 B7 5C 1A
Octal 5 171 177 140 5 0 62 267 134 32
Binary 101 1111001 1111111 1100000 101 0 110010 10110111 1011100 11010

Color Harmonies of #05797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05797F

Black with #05797F

Text Example


Text Example

White with #05797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05797F; }

 p { color: rgb(5,121,127); }

 H1.HeaderClassName
 {
   color: #05797F;
 }
 .AnyTagClassName
 {
   color: #05797F;
 }
</style>

background-color css

<style>
 a { background-color: #05797F; }

 a { background-color: rgb(5,121,127); }

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

border-color css

<style>
 span { border-color: #05797F; }

 span { border-color: rgb(5,121,127); }

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