Html Css Color HEX #05798B Teal

📋 copy color: '#05798B'

red 5 ◦ green 121 ◦ blue 139

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

Shades of Teal #05798B

Tints of Teal #05798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 1.89%
G = 45.66%
B = 52.45%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05798B (or 0x05798B) is known color: Teal. HEX triplet: 05, 79 and 8B. RGB value is (5,121,139). Sum of RGB (Red+Green+Blue) = 5+121+139=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #05798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05798B is #FA8674. Grayscale: #585858. Windows color (decimal): -16418421 or 9140485. OLE color: 9140485.

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

Color convert

RGB 5 121 139 -
CMYK 0.96 0.13 0 0.45
HSL 188.06º 0.93% 0.28% -
HSV(B) 188.06º 0.96% 0.55% -
XYZ 11.56 15.57 26.82 -
YUV 88.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 5 121 139 0.96 0.13 0 0.45 188.06 0.93 0.28
Hex 5 79 8B 60 D 0 2D BC 5D 1C
Octal 5 171 213 140 15 0 55 274 135 34
Binary 101 1111001 10001011 1100000 1101 0 101101 10111100 1011101 11100

Color Harmonies of #05798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05798B

Black with #05798B

Text Example


Text Example

White with #05798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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