Html Css Color HEX #088582 Teal

📋 copy color: '#088582'

red 8 ◦ green 133 ◦ blue 130

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

Shades of Teal #088582

Tints of Teal #088582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 2.95%
G = 49.08%
B = 47.97%

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

#088582 (or 0x088582) is known color: Teal. HEX triplet: 08, 85 and 82. RGB value is (8,133,130). Sum of RGB (Red+Green+Blue) = 8+133+130=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #088582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088582 is #F77A7D. Grayscale: #5F5F5F. Windows color (decimal): -16218750 or 8553736. OLE color: 8553736.

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

Color convert

RGB 8 133 130 -
CMYK 0.94 0 0.02 0.48
HSL 178.56º 0.89% 0.28% -
HSV(B) 178.56º 0.94% 0.52% -
XYZ 12.52 18.44 24.02 -
YUV 95.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 8 133 130 0.94 0 0.02 0.48 178.56 0.89 0.28
Hex 8 85 82 5E 0 2 30 B3 59 1C
Octal 10 205 202 136 0 2 60 263 131 34
Binary 1000 10000101 10000010 1011110 0 10 110000 10110011 1011001 11100

Color Harmonies of #088582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088582

Black with #088582

Text Example


Text Example

White with #088582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088582; }

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

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

background-color css

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

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

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

border-color css

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

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

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