Html Css Color HEX #088189 Teal

📋 copy color: '#088189'

red 8 ◦ green 129 ◦ blue 137

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

Shades of Teal #088189

Tints of Teal #088189

RGB

 RED value IS 8 (3.52% from 255) = 2.92%

 GREEN value IS 129 (50.78% from 255) = 47.08%

 BLUE value IS 137 (53.91% from 255) = 50%

R = 2.92%
G = 47.08%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088189 (or 0x088189) is known color: Teal. HEX triplet: 08, 81 and 89. RGB value is (8,129,137). Sum of RGB (Red+Green+Blue) = 8+129+137=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #088189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088189 is #F77E76. Grayscale: #5D5D5D. Windows color (decimal): -16219767 or 9011464. OLE color: 9011464.

HSL color Cylindrical-coordinate representation of color #088189: hue angle of 183.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088189 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 129 137 -
CMYK 0.94 0.06 0 0.46
HSL 183.72º 0.89% 0.28% -
HSV(B) 183.72º 0.94% 0.54% -
XYZ 12.47 17.56 26.4 -
YUV 93.73 152.41 66.85 -
System Red Green Blue C M Y K H S L
Decimal 8 129 137 0.94 0.06 0 0.46 183.72 0.89 0.28
Hex 8 81 89 5E 6 0 2E B8 59 1C
Octal 10 201 211 136 6 0 56 270 131 34
Binary 1000 10000001 10001001 1011110 110 0 101110 10111000 1011001 11100

Color Harmonies of #088189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088189

Black with #088189

Text Example


Text Example

White with #088189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088189; }

 p { color: rgb(8,129,137); }

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

background-color css

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

 a { background-color: rgb(8,129,137); }

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

border-color css

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

 span { border-color: rgb(8,129,137); }

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