Html Css Color HEX #088082 Teal

📋 copy color: '#088082'

red 8 ◦ green 128 ◦ blue 130

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

Shades of Teal #088082

Tints of Teal #088082

RGB

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

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

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

R = 3.01%
G = 48.12%
B = 48.87%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#088082 (or 0x088082) is known color: Teal. HEX triplet: 08, 80 and 82. RGB value is (8,128,130). Sum of RGB (Red+Green+Blue) = 8+128+130=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #088082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088082 is #F77F7D. Grayscale: #5C5C5C. Windows color (decimal): -16220030 or 8552456. OLE color: 8552456.

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

Color convert

RGB 8 128 130 -
CMYK 0.94 0.02 0 0.49
HSL 180.98º 0.88% 0.27% -
HSV(B) 180.98º 0.94% 0.51% -
XYZ 11.85 17.1 23.8 -
YUV 92.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 8 128 130 0.94 0.02 0 0.49 180.98 0.88 0.27
Hex 8 80 82 5E 2 0 31 B5 58 1B
Octal 10 200 202 136 2 0 61 265 130 33
Binary 1000 10000000 10000010 1011110 10 0 110001 10110101 1011000 11011

Color Harmonies of #088082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088082

Black with #088082

Text Example


Text Example

White with #088082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088082; }

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

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

background-color css

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

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

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

border-color css

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

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

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