Html Css Color HEX #088286 Teal

📋 copy color: '#088286'

red 8 ◦ green 130 ◦ blue 134

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

Shades of Teal #088286

Tints of Teal #088286

RGB

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

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

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

R = 2.94%
G = 47.79%
B = 49.26%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#088286 (or 0x088286) is known color: Teal. HEX triplet: 08, 82 and 86. RGB value is (8,130,134). Sum of RGB (Red+Green+Blue) = 8+130+134=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #088286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088286 is #F77D79. Grayscale: #5D5D5D. Windows color (decimal): -16219514 or 8815112. OLE color: 8815112.

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

Color convert

RGB 8 130 134 -
CMYK 0.94 0.03 0 0.47
HSL 181.9º 0.89% 0.28% -
HSV(B) 181.9º 0.94% 0.53% -
XYZ 12.39 17.74 25.33 -
YUV 93.98 150.58 66.67 -
System Red Green Blue C M Y K H S L
Decimal 8 130 134 0.94 0.03 0 0.47 181.9 0.89 0.28
Hex 8 82 86 5E 3 0 2F B6 59 1C
Octal 10 202 206 136 3 0 57 266 131 34
Binary 1000 10000010 10000110 1011110 11 0 101111 10110110 1011001 11100

Color Harmonies of #088286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088286

Black with #088286

Text Example


Text Example

White with #088286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088286; }

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

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

background-color css

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

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

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

border-color css

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

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

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