Html Css Color HEX #098B7D Teal

📋 copy color: '#098B7D'

red 9 ◦ green 139 ◦ blue 125

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

Shades of Teal #098B7D

Tints of Teal #098B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 3.3%
G = 50.92%
B = 45.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#098B7D (or 0x098B7D) is known color: Teal. HEX triplet: 09, 8B and 7D. RGB value is (9,139,125). Sum of RGB (Red+Green+Blue) = 9+139+125=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #098B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B7D is #F67482. Grayscale: #626262. Windows color (decimal): -16151683 or 8227593. OLE color: 8227593.

HSL color Cylindrical-coordinate representation of color #098B7D: hue angle of 173.54º 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 #098B7D is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 139 125 -
CMYK 0.94 0 0.10 0.45
HSL 173.54º 0.88% 0.29% -
HSV(B) 173.54º 0.94% 0.55% -
XYZ 13.05 20 22.58 -
YUV 98.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 9 139 125 0.94 0 0.10 0.45 173.54 0.88 0.29
Hex 9 8B 7D 5E 0 A 2D AE 58 1D
Octal 11 213 175 136 0 12 55 256 130 35
Binary 1001 10001011 1111101 1011110 0 1010 101101 10101110 1011000 11101

Color Harmonies of #098B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098B7D

Black with #098B7D

Text Example


Text Example

White with #098B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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