Html Css Color HEX #95E7B2 Vista Blue

📋 copy color: '#95E7B2'

red 149 ◦ green 231 ◦ blue 178

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

Shades of Vista Blue #95E7B2

Tints of Vista Blue #95E7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.9%

R = 26.7%
G = 41.4%
B = 31.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#95E7B2 (or 0x95E7B2) is known color: Vista Blue. HEX triplet: 95, E7 and B2. RGB value is (149,231,178). Sum of RGB (Red+Green+Blue) = 149+231+178=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #95E7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E7B2 is #6A184D. Grayscale: #C8C8C8. Windows color (decimal): -6953038 or 11724693. OLE color: 11724693.

HSL color Cylindrical-coordinate representation of color #95E7B2: hue angle of 141.22º 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 #95E7B2 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 231 178 -
CMYK 0.35 0 0.23 0.09
HSL 141.22º 0.63% 0.75% -
HSV(B) 141.22º 0.35% 0.91% -
XYZ 49.01 66.76 52.42 -
YUV 200.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 149 231 178 0.35 0 0.23 0.09 141.22 0.63 0.75
Hex 95 E7 B2 23 0 17 9 8D 3F 4B
Octal 225 347 262 43 0 27 11 215 77 113
Binary 10010101 11100111 10110010 100011 0 10111 1001 10001101 111111 1001011

Color Harmonies of #95E7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E7B2

Black with #95E7B2

Text Example


Text Example

White with #95E7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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