Html Css Color HEX #0A798C Teal

📋 copy color: '#0A798C'

red 10 ◦ green 121 ◦ blue 140

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

Shades of Teal #0A798C

Tints of Teal #0A798C

RGB

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

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

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

R = 3.69%
G = 44.65%
B = 51.66%

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

#0A798C (or 0x0A798C) is known color: Teal. HEX triplet: 0A, 79 and 8C. RGB value is (10,121,140). Sum of RGB (Red+Green+Blue) = 10+121+140=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A798C is #F58673. Grayscale: #595959. Windows color (decimal): -16090740 or 9206026. OLE color: 9206026.

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

Color convert

RGB 10 121 140 -
CMYK 0.93 0.14 0 0.45
HSL 188.77º 0.87% 0.29% -
HSV(B) 188.77º 0.93% 0.55% -
XYZ 11.7 15.63 27.21 -
YUV 89.98 156.23 70.96 -
System Red Green Blue C M Y K H S L
Decimal 10 121 140 0.93 0.14 0 0.45 188.77 0.87 0.29
Hex A 79 8C 5D E 0 2D BD 57 1D
Octal 12 171 214 135 16 0 55 275 127 35
Binary 1010 1111001 10001100 1011101 1110 0 101101 10111101 1010111 11101

Color Harmonies of #0A798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A798C

Black with #0A798C

Text Example


Text Example

White with #0A798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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