Html Css Color HEX #94E6AD Vista Blue

📋 copy color: '#94E6AD'

red 148 ◦ green 230 ◦ blue 173

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

Shades of Vista Blue #94E6AD

Tints of Vista Blue #94E6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.74%

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

R = 26.86%
G = 41.74%
B = 31.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#94E6AD (or 0x94E6AD) is known color: Vista Blue. HEX triplet: 94, E6 and AD. RGB value is (148,230,173). Sum of RGB (Red+Green+Blue) = 148+230+173=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E6AD is #6B1952. Grayscale: #C7C7C7. Windows color (decimal): -7018835 or 11396756. OLE color: 11396756.

HSL color Cylindrical-coordinate representation of color #94E6AD: hue angle of 138.29º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6AD is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 173 -
CMYK 0.36 0 0.25 0.10
HSL 138.29º 0.62% 0.74% -
HSV(B) 138.29º 0.36% 0.9% -
XYZ 48.05 65.91 49.72 -
YUV 198.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 148 230 173 0.36 0 0.25 0.10 138.29 0.62 0.74
Hex 94 E6 AD 24 0 19 A 8A 3E 4A
Octal 224 346 255 44 0 31 12 212 76 112
Binary 10010100 11100110 10101101 100100 0 11001 1010 10001010 111110 1001010

Color Harmonies of #94E6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E6AD

Black with #94E6AD

Text Example


Text Example

White with #94E6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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