Html Css Color HEX #098287 Teal

📋 copy color: '#098287'

red 9 ◦ green 130 ◦ blue 135

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

Shades of Teal #098287

Tints of Teal #098287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

 BLUE value IS 135 (53.13% from 255) = 49.27%

R = 3.28%
G = 47.45%
B = 49.27%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#098287 (or 0x098287) is known color: Teal. HEX triplet: 09, 82 and 87. RGB value is (9,130,135). Sum of RGB (Red+Green+Blue) = 9+130+135=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #098287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098287 is #F67D78. Grayscale: #5E5E5E. Windows color (decimal): -16153977 or 8880649. OLE color: 8880649.

HSL color Cylindrical-coordinate representation of color #098287: hue angle of 182.38º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098287 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 130 135 -
CMYK 0.93 0.04 0 0.47
HSL 182.38º 0.88% 0.28% -
HSV(B) 182.38º 0.93% 0.53% -
XYZ 12.47 17.77 25.69 -
YUV 94.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 9 130 135 0.93 0.04 0 0.47 182.38 0.88 0.28
Hex 9 82 87 5D 4 0 2F B6 58 1C
Octal 11 202 207 135 4 0 57 266 130 34
Binary 1001 10000010 10000111 1011101 100 0 101111 10110110 1011000 11100

Color Harmonies of #098287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098287

Black with #098287

Text Example


Text Example

White with #098287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098287; }

 p { color: rgb(9,130,135); }

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

background-color css

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

 a { background-color: rgb(9,130,135); }

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

border-color css

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

 span { border-color: rgb(9,130,135); }

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