Html Css Color HEX #0A798D Teal

📋 copy color: '#0A798D'

red 10 ◦ green 121 ◦ blue 141

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

Shades of Teal #0A798D

Tints of Teal #0A798D

RGB

 RED value IS 10 (4.3% from 255) = 3.68%

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

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

R = 3.68%
G = 44.49%
B = 51.84%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A798D (or 0x0A798D) is known color: Teal. HEX triplet: 0A, 79 and 8D. RGB value is (10,121,141). Sum of RGB (Red+Green+Blue) = 10+121+141=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A798D is #F58672. Grayscale: #595959. Windows color (decimal): -16090739 or 9271562. OLE color: 9271562.

HSL color Cylindrical-coordinate representation of color #0A798D: hue angle of 189.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A798D is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 121 141 -
CMYK 0.93 0.14 0 0.45
HSL 189.16º 0.87% 0.3% -
HSV(B) 189.16º 0.93% 0.55% -
XYZ 11.77 15.66 27.6 -
YUV 90.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 10 121 141 0.93 0.14 0 0.45 189.16 0.87 0.3
Hex A 79 8D 5D E 0 2D BD 57 1E
Octal 12 171 215 135 16 0 55 275 127 36
Binary 1010 1111001 10001101 1011101 1110 0 101101 10111101 1010111 11110

Color Harmonies of #0A798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A798D

Black with #0A798D

Text Example


Text Example

White with #0A798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A798D; }

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

 H1.HeaderClassName
 {
   color: #0A798D;
 }
 .AnyTagClassName
 {
   color: #0A798D;
 }
</style>

background-color css

<style>
 a { background-color: #0A798D; }

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

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

border-color css

<style>
 span { border-color: #0A798D; }

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

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