Html Css Color HEX #05798C Teal

📋 copy color: '#05798C'

red 5 ◦ green 121 ◦ blue 140

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

Shades of Teal #05798C

Tints of Teal #05798C

RGB

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

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

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

R = 1.88%
G = 45.49%
B = 52.63%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05798C (or 0x05798C) is known color: Teal. HEX triplet: 05, 79 and 8C. RGB value is (5,121,140). Sum of RGB (Red+Green+Blue) = 5+121+140=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #05798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05798C is #FA8673. Grayscale: #585858. Windows color (decimal): -16418420 or 9206021. OLE color: 9206021.

HSL color Cylindrical-coordinate representation of color #05798C: hue angle of 188.44º 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 #05798C is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 121 140 -
CMYK 0.96 0.14 0 0.45
HSL 188.44º 0.93% 0.28% -
HSV(B) 188.44º 0.96% 0.55% -
XYZ 11.63 15.6 27.21 -
YUV 88.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 5 121 140 0.96 0.14 0 0.45 188.44 0.93 0.28
Hex 5 79 8C 60 E 0 2D BC 5D 1C
Octal 5 171 214 140 16 0 55 274 135 34
Binary 101 1111001 10001100 1100000 1110 0 101101 10111100 1011101 11100

Color Harmonies of #05798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05798C

Black with #05798C

Text Example


Text Example

White with #05798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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