Html Css Color HEX #088882 Teal

📋 copy color: '#088882'

red 8 ◦ green 136 ◦ blue 130

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

Shades of Teal #088882

Tints of Teal #088882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.64%

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

R = 2.92%
G = 49.64%
B = 47.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#088882 (or 0x088882) is known color: Teal. HEX triplet: 08, 88 and 82. RGB value is (8,136,130). Sum of RGB (Red+Green+Blue) = 8+136+130=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #088882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088882 is #F7777D. Grayscale: #606060. Windows color (decimal): -16217982 or 8554504. OLE color: 8554504.

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

Color convert

RGB 8 136 130 -
CMYK 0.94 0 0.04 0.47
HSL 177.19º 0.89% 0.28% -
HSV(B) 177.19º 0.94% 0.53% -
XYZ 12.93 19.27 24.16 -
YUV 97.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 8 136 130 0.94 0 0.04 0.47 177.19 0.89 0.28
Hex 8 88 82 5E 0 4 2F B1 59 1C
Octal 10 210 202 136 0 4 57 261 131 34
Binary 1000 10001000 10000010 1011110 0 100 101111 10110001 1011001 11100

Color Harmonies of #088882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088882

Black with #088882

Text Example


Text Example

White with #088882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088882; }

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

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

background-color css

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

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

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

border-color css

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

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

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