Html Css Color HEX #098B7F Teal

📋 copy color: '#098B7F'

red 9 ◦ green 139 ◦ blue 127

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

Shades of Teal #098B7F

Tints of Teal #098B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.55%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 3.27%
G = 50.55%
B = 46.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#098B7F (or 0x098B7F) is known color: Teal. HEX triplet: 09, 8B and 7F. RGB value is (9,139,127). Sum of RGB (Red+Green+Blue) = 9+139+127=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #098B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B7F is #F67480. Grayscale: #626262. Windows color (decimal): -16151681 or 8358665. OLE color: 8358665.

HSL color Cylindrical-coordinate representation of color #098B7F: hue angle of 174.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B7F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 139 127 -
CMYK 0.94 0 0.09 0.45
HSL 174.46º 0.88% 0.29% -
HSV(B) 174.46º 0.94% 0.55% -
XYZ 13.18 20.06 23.26 -
YUV 98.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 9 139 127 0.94 0 0.09 0.45 174.46 0.88 0.29
Hex 9 8B 7F 5E 0 9 2D AE 58 1D
Octal 11 213 177 136 0 11 55 256 130 35
Binary 1001 10001011 1111111 1011110 0 1001 101101 10101110 1011000 11101

Color Harmonies of #098B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098B7F

Black with #098B7F

Text Example


Text Example

White with #098B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098B7F; }

 p { color: rgb(9,139,127); }

 H1.HeaderClassName
 {
   color: #098B7F;
 }
 .AnyTagClassName
 {
   color: #098B7F;
 }
</style>

background-color css

<style>
 a { background-color: #098B7F; }

 a { background-color: rgb(9,139,127); }

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

border-color css

<style>
 span { border-color: #098B7F; }

 span { border-color: rgb(9,139,127); }

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