Html Css Color HEX #088482 Teal

📋 copy color: '#088482'

red 8 ◦ green 132 ◦ blue 130

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

Shades of Teal #088482

Tints of Teal #088482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 2.96%
G = 48.89%
B = 48.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#088482 (or 0x088482) is known color: Teal. HEX triplet: 08, 84 and 82. RGB value is (8,132,130). Sum of RGB (Red+Green+Blue) = 8+132+130=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #088482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088482 is #F77B7D. Grayscale: #5E5E5E. Windows color (decimal): -16219006 or 8553480. OLE color: 8553480.

HSL color Cylindrical-coordinate representation of color #088482: hue angle of 179.03º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088482 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 130 -
CMYK 0.94 0 0.02 0.48
HSL 179.03º 0.89% 0.27% -
HSV(B) 179.03º 0.94% 0.52% -
XYZ 12.38 18.17 23.97 -
YUV 94.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 8 132 130 0.94 0 0.02 0.48 179.03 0.89 0.27
Hex 8 84 82 5E 0 2 30 B3 59 1B
Octal 10 204 202 136 0 2 60 263 131 33
Binary 1000 10000100 10000010 1011110 0 10 110000 10110011 1011001 11011

Color Harmonies of #088482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088482

Black with #088482

Text Example


Text Example

White with #088482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088482; }

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

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

background-color css

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

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

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

border-color css

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

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

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