Html Css Color HEX #088282 Teal

📋 copy color: '#088282'

red 8 ◦ green 130 ◦ blue 130

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

Shades of Teal #088282

Tints of Teal #088282

RGB

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

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

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

R = 2.99%
G = 48.51%
B = 48.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#088282 (or 0x088282) is known color: Teal. HEX triplet: 08, 82 and 82. RGB value is (8,130,130). Sum of RGB (Red+Green+Blue) = 8+130+130=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #088282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088282 is #F77D7D. Grayscale: #5D5D5D. Windows color (decimal): -16219518 or 8552968. OLE color: 8552968.

HSL color Cylindrical-coordinate representation of color #088282: hue angle of 180º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088282 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 130 -
CMYK 0.94 0 0 0.49
HSL 180º 0.88% 0.27% -
HSV(B) 180º 0.94% 0.51% -
XYZ 12.11 17.63 23.88 -
YUV 93.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 8 130 130 0.94 0 0 0.49 180 0.88 0.27
Hex 8 82 82 5E 0 0 31 B4 58 1B
Octal 10 202 202 136 0 0 61 264 130 33
Binary 1000 10000010 10000010 1011110 0 0 110001 10110100 1011000 11011

Color Harmonies of #088282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088282

Black with #088282

Text Example


Text Example

White with #088282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088282; }

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

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

background-color css

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

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

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

border-color css

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

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

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