Html Css Color HEX #94D0AD Vista Blue

📋 copy color: '#94D0AD'

red 148 ◦ green 208 ◦ blue 173

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

Shades of Vista Blue #94D0AD

Tints of Vista Blue #94D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

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

R = 27.98%
G = 39.32%
B = 32.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#94D0AD (or 0x94D0AD) is known color: Vista Blue. HEX triplet: 94, D0 and AD. RGB value is (148,208,173). Sum of RGB (Red+Green+Blue) = 148+208+173=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D0AD is #6B2F52. Grayscale: #BABABA. Windows color (decimal): -7024467 or 11391124. OLE color: 11391124.

HSL color Cylindrical-coordinate representation of color #94D0AD: hue angle of 145º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0AD is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 173 -
CMYK 0.29 0 0.17 0.18
HSL 145º 0.39% 0.7% -
HSV(B) 145º 0.29% 0.82% -
XYZ 42.31 54.42 47.81 -
YUV 186.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 148 208 173 0.29 0 0.17 0.18 145 0.39 0.7
Hex 94 D0 AD 1D 0 11 12 91 27 46
Octal 224 320 255 35 0 21 22 221 47 106
Binary 10010100 11010000 10101101 11101 0 10001 10010 10010001 100111 1000110

Color Harmonies of #94D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0AD

Black with #94D0AD

Text Example


Text Example

White with #94D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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