Html Css Color HEX #088386 Teal

📋 copy color: '#088386'

red 8 ◦ green 131 ◦ blue 134

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

Shades of Teal #088386

Tints of Teal #088386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.99%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 2.93%
G = 47.99%
B = 49.08%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#088386 (or 0x088386) is known color: Teal. HEX triplet: 08, 83 and 86. RGB value is (8,131,134). Sum of RGB (Red+Green+Blue) = 8+131+134=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #088386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088386 is #F77C79. Grayscale: #5E5E5E. Windows color (decimal): -16219258 or 8815368. OLE color: 8815368.

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

Color convert

RGB 8 131 134 -
CMYK 0.94 0.02 0 0.47
HSL 181.43º 0.89% 0.28% -
HSV(B) 181.43º 0.94% 0.53% -
XYZ 12.52 18.01 25.37 -
YUV 94.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 8 131 134 0.94 0.02 0 0.47 181.43 0.89 0.28
Hex 8 83 86 5E 2 0 2F B5 59 1C
Octal 10 203 206 136 2 0 57 265 131 34
Binary 1000 10000011 10000110 1011110 10 0 101111 10110101 1011001 11100

Color Harmonies of #088386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088386

Black with #088386

Text Example


Text Example

White with #088386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088386; }

 p { color: rgb(8,131,134); }

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

background-color css

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

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

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

border-color css

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

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

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