Html Css Color HEX #95E5AD Vista Blue

📋 copy color: '#95E5AD'

red 149 ◦ green 229 ◦ blue 173

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

Shades of Vista Blue #95E5AD

Tints of Vista Blue #95E5AD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.56%

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

R = 27.04%
G = 41.56%
B = 31.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#95E5AD (or 0x95E5AD) is known color: Vista Blue. HEX triplet: 95, E5 and AD. RGB value is (149,229,173). Sum of RGB (Red+Green+Blue) = 149+229+173=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E5AD is #6A1A52. Grayscale: #C6C6C6. Windows color (decimal): -6953555 or 11396501. OLE color: 11396501.

HSL color Cylindrical-coordinate representation of color #95E5AD: hue angle of 138º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5AD is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 229 173 -
CMYK 0.35 0 0.24 0.10
HSL 138º 0.61% 0.74% -
HSV(B) 138º 0.35% 0.9% -
XYZ 47.96 65.45 49.64 -
YUV 198.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 149 229 173 0.35 0 0.24 0.10 138 0.61 0.74
Hex 95 E5 AD 23 0 18 A 8A 3D 4A
Octal 225 345 255 43 0 30 12 212 75 112
Binary 10010101 11100101 10101101 100011 0 11000 1010 10001010 111101 1001010

Color Harmonies of #95E5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E5AD

Black with #95E5AD

Text Example


Text Example

White with #95E5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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