Html Css Color HEX #06798D Teal

📋 copy color: '#06798D'

red 6 ◦ green 121 ◦ blue 141

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

Shades of Teal #06798D

Tints of Teal #06798D

RGB

 RED value IS 6 (2.73% from 255) = 2.24%

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

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 2.24%
G = 45.15%
B = 52.61%

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

#06798D (or 0x06798D) is known color: Teal. HEX triplet: 06, 79 and 8D. RGB value is (6,121,141). Sum of RGB (Red+Green+Blue) = 6+121+141=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #06798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06798D is #F98672. Grayscale: #585858. Windows color (decimal): -16352883 or 9271558. OLE color: 9271558.

HSL color Cylindrical-coordinate representation of color #06798D: hue angle of 188.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06798D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 121 141 -
CMYK 0.96 0.14 0 0.45
HSL 188.89º 0.92% 0.29% -
HSV(B) 188.89º 0.96% 0.55% -
XYZ 11.72 15.64 27.6 -
YUV 88.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 6 121 141 0.96 0.14 0 0.45 188.89 0.92 0.29
Hex 6 79 8D 60 E 0 2D BD 5C 1D
Octal 6 171 215 140 16 0 55 275 134 35
Binary 110 1111001 10001101 1100000 1110 0 101101 10111101 1011100 11101

Color Harmonies of #06798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06798D

Black with #06798D

Text Example


Text Example

White with #06798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06798D; }

 p { color: rgb(6,121,141); }

 H1.HeaderClassName
 {
   color: #06798D;
 }
 .AnyTagClassName
 {
   color: #06798D;
 }
</style>

background-color css

<style>
 a { background-color: #06798D; }

 a { background-color: rgb(6,121,141); }

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

border-color css

<style>
 span { border-color: #06798D; }

 span { border-color: rgb(6,121,141); }

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