Html Css Color HEX #94C6AD Vista Blue

📋 copy color: '#94C6AD'

red 148 ◦ green 198 ◦ blue 173

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

Shades of Vista Blue #94C6AD

Tints of Vista Blue #94C6AD

RGB

 RED value IS 148 (58.2% from 255) = 28.52%

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

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

R = 28.52%
G = 38.15%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#94C6AD (or 0x94C6AD) is known color: Vista Blue. HEX triplet: 94, C6 and AD. RGB value is (148,198,173). Sum of RGB (Red+Green+Blue) = 148+198+173=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C6AD is #6B3952. Grayscale: #B4B4B4. Windows color (decimal): -7027027 or 11388564. OLE color: 11388564.

HSL color Cylindrical-coordinate representation of color #94C6AD: hue angle of 150º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C6AD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 173 -
CMYK 0.25 0 0.13 0.22
HSL 150º 0.3% 0.68% -
HSV(B) 150º 0.25% 0.78% -
XYZ 39.95 49.7 47.02 -
YUV 180.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 148 198 173 0.25 0 0.13 0.22 150 0.3 0.68
Hex 94 C6 AD 19 0 D 16 96 1E 44
Octal 224 306 255 31 0 15 26 226 36 104
Binary 10010100 11000110 10101101 11001 0 1101 10110 10010110 11110 1000100

Color Harmonies of #94C6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C6AD

Black with #94C6AD

Text Example


Text Example

White with #94C6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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