Html Css Color HEX #098288 Teal

📋 copy color: '#098288'

red 9 ◦ green 130 ◦ blue 136

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

Shades of Teal #098288

Tints of Teal #098288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 3.27%
G = 47.27%
B = 49.45%

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

#098288 (or 0x098288) is known color: Teal. HEX triplet: 09, 82 and 88. RGB value is (9,130,136). Sum of RGB (Red+Green+Blue) = 9+130+136=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #098288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098288 is #F67D77. Grayscale: #5E5E5E. Windows color (decimal): -16153976 or 8946185. OLE color: 8946185.

HSL color Cylindrical-coordinate representation of color #098288: hue angle of 182.83º 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 #098288 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 130 136 -
CMYK 0.93 0.04 0 0.47
HSL 182.83º 0.88% 0.28% -
HSV(B) 182.83º 0.93% 0.53% -
XYZ 12.54 17.8 26.07 -
YUV 94.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 9 130 136 0.93 0.04 0 0.47 182.83 0.88 0.28
Hex 9 82 88 5D 4 0 2F B7 58 1C
Octal 11 202 210 135 4 0 57 267 130 34
Binary 1001 10000010 10001000 1011101 100 0 101111 10110111 1011000 11100

Color Harmonies of #098288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098288

Black with #098288

Text Example


Text Example

White with #098288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098288; }

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

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

background-color css

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

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

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

border-color css

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

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

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