Html Css Color HEX #8DC6AD Vista Blue

📋 copy color: '#8DC6AD'

red 141 ◦ green 198 ◦ blue 173

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

Shades of Vista Blue #8DC6AD

Tints of Vista Blue #8DC6AD

RGB

 RED value IS 141 (55.47% from 255) = 27.54%

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 27.54%
G = 38.67%
B = 33.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#8DC6AD (or 0x8DC6AD) is known color: Vista Blue. HEX triplet: 8D, C6 and AD. RGB value is (141,198,173). Sum of RGB (Red+Green+Blue) = 141+198+173=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC6AD is #723952. Grayscale: #B2B2B2. Windows color (decimal): -7485779 or 11388557. OLE color: 11388557.

HSL color Cylindrical-coordinate representation of color #8DC6AD: hue angle of 153.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC6AD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 198 173 -
CMYK 0.29 0 0.13 0.22
HSL 153.68º 0.33% 0.66% -
HSV(B) 153.68º 0.29% 0.78% -
XYZ 38.72 49.07 46.97 -
YUV 178.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 141 198 173 0.29 0 0.13 0.22 153.68 0.33 0.66
Hex 8D C6 AD 1D 0 D 16 9A 21 42
Octal 215 306 255 35 0 15 26 232 41 102
Binary 10001101 11000110 10101101 11101 0 1101 10110 10011010 100001 1000010

Color Harmonies of #8DC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC6AD

Black with #8DC6AD

Text Example


Text Example

White with #8DC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC6AD; }

 p { color: rgb(141,198,173); }

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

background-color css

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

 a { background-color: rgb(141,198,173); }

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

border-color css

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

 span { border-color: rgb(141,198,173); }

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