Html Css Color HEX #09798A Teal

📋 copy color: '#09798A'

red 9 ◦ green 121 ◦ blue 138

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

Shades of Teal #09798A

Tints of Teal #09798A

RGB

 RED value IS 9 (3.91% from 255) = 3.36%

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

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 3.36%
G = 45.15%
B = 51.49%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09798A (or 0x09798A) is known color: Teal. HEX triplet: 09, 79 and 8A. RGB value is (9,121,138). Sum of RGB (Red+Green+Blue) = 9+121+138=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #09798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798A is #F68675. Grayscale: #595959. Windows color (decimal): -16156278 or 9074953. OLE color: 9074953.

HSL color Cylindrical-coordinate representation of color #09798A: hue angle of 187.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09798A is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 121 138 -
CMYK 0.93 0.12 0 0.46
HSL 187.91º 0.88% 0.29% -
HSV(B) 187.91º 0.93% 0.54% -
XYZ 11.54 15.57 26.44 -
YUV 89.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 9 121 138 0.93 0.12 0 0.46 187.91 0.88 0.29
Hex 9 79 8A 5D C 0 2E BC 58 1D
Octal 11 171 212 135 14 0 56 274 130 35
Binary 1001 1111001 10001010 1011101 1100 0 101110 10111100 1011000 11101

Color Harmonies of #09798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09798A

Black with #09798A

Text Example


Text Example

White with #09798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09798A; }

 p { color: rgb(9,121,138); }

 H1.HeaderClassName
 {
   color: #09798A;
 }
 .AnyTagClassName
 {
   color: #09798A;
 }
</style>

background-color css

<style>
 a { background-color: #09798A; }

 a { background-color: rgb(9,121,138); }

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

border-color css

<style>
 span { border-color: #09798A; }

 span { border-color: rgb(9,121,138); }

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