Html Css Color HEX #95E7AD Vista Blue

📋 copy color: '#95E7AD'

red 149 ◦ green 231 ◦ blue 173

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

Shades of Vista Blue #95E7AD

Tints of Vista Blue #95E7AD

RGB

 RED value IS 149 (58.59% from 255) = 26.94%

 GREEN value IS 231 (90.63% from 255) = 41.77%

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

R = 26.94%
G = 41.77%
B = 31.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#95E7AD (or 0x95E7AD) is known color: Vista Blue. HEX triplet: 95, E7 and AD. RGB value is (149,231,173). Sum of RGB (Red+Green+Blue) = 149+231+173=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #95E7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E7AD is #6A1852. Grayscale: #C8C8C8. Windows color (decimal): -6953043 or 11397013. OLE color: 11397013.

HSL color Cylindrical-coordinate representation of color #95E7AD: hue angle of 137.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E7AD is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 231 173 -
CMYK 0.35 0 0.25 0.09
HSL 137.56º 0.63% 0.75% -
HSV(B) 137.56º 0.35% 0.91% -
XYZ 48.51 66.56 49.83 -
YUV 199.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 149 231 173 0.35 0 0.25 0.09 137.56 0.63 0.75
Hex 95 E7 AD 23 0 19 9 8A 3F 4B
Octal 225 347 255 43 0 31 11 212 77 113
Binary 10010101 11100111 10101101 100011 0 11001 1001 10001010 111111 1001011

Color Harmonies of #95E7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E7AD

Black with #95E7AD

Text Example


Text Example

White with #95E7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E7AD; }

 p { color: rgb(149,231,173); }

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

background-color css

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

 a { background-color: rgb(149,231,173); }

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

border-color css

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

 span { border-color: rgb(149,231,173); }

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