Html Css Color HEX #95E6AD Vista Blue

📋 copy color: '#95E6AD'

red 149 ◦ green 230 ◦ blue 173

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

Shades of Vista Blue #95E6AD

Tints of Vista Blue #95E6AD

RGB

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

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

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

R = 26.99%
G = 41.67%
B = 31.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#95E6AD (or 0x95E6AD) is known color: Vista Blue. HEX triplet: 95, E6 and AD. RGB value is (149,230,173). Sum of RGB (Red+Green+Blue) = 149+230+173=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E6AD is #6A1952. Grayscale: #C7C7C7. Windows color (decimal): -6953299 or 11396757. OLE color: 11396757.

HSL color Cylindrical-coordinate representation of color #95E6AD: hue angle of 137.78º degrees, saturation: 0.62, 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 #95E6AD is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 173 -
CMYK 0.35 0 0.25 0.10
HSL 137.78º 0.62% 0.74% -
HSV(B) 137.78º 0.35% 0.9% -
XYZ 48.23 66 49.73 -
YUV 199.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 149 230 173 0.35 0 0.25 0.10 137.78 0.62 0.74
Hex 95 E6 AD 23 0 19 A 8A 3E 4A
Octal 225 346 255 43 0 31 12 212 76 112
Binary 10010101 11100110 10101101 100011 0 11001 1010 10001010 111110 1001010

Color Harmonies of #95E6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6AD

Black with #95E6AD

Text Example


Text Example

White with #95E6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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