Html Css Color HEX #088089 Teal

📋 copy color: '#088089'

red 8 ◦ green 128 ◦ blue 137

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

Shades of Teal #088089

Tints of Teal #088089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.89%

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

R = 2.93%
G = 46.89%
B = 50.18%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088089 (or 0x088089) is known color: Teal. HEX triplet: 08, 80 and 89. RGB value is (8,128,137). Sum of RGB (Red+Green+Blue) = 8+128+137=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #088089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088089 is #F77F76. Grayscale: #5C5C5C. Windows color (decimal): -16220023 or 9011208. OLE color: 9011208.

HSL color Cylindrical-coordinate representation of color #088089: hue angle of 184.19º 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 #088089 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 128 137 -
CMYK 0.94 0.07 0 0.46
HSL 184.19º 0.89% 0.28% -
HSV(B) 184.19º 0.94% 0.54% -
XYZ 12.33 17.3 26.36 -
YUV 93.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 8 128 137 0.94 0.07 0 0.46 184.19 0.89 0.28
Hex 8 80 89 5E 7 0 2E B8 59 1C
Octal 10 200 211 136 7 0 56 270 131 34
Binary 1000 10000000 10001001 1011110 111 0 101110 10111000 1011001 11100

Color Harmonies of #088089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088089

Black with #088089

Text Example


Text Example

White with #088089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088089; }

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

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

background-color css

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

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

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

border-color css

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

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

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