Html Css Color HEX #95E0B2 Vista Blue

📋 copy color: '#95E0B2'

red 149 ◦ green 224 ◦ blue 178

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

Shades of Vista Blue #95E0B2

Tints of Vista Blue #95E0B2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.65%

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

R = 27.04%
G = 40.65%
B = 32.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#95E0B2 (or 0x95E0B2) is known color: Vista Blue. HEX triplet: 95, E0 and B2. RGB value is (149,224,178). Sum of RGB (Red+Green+Blue) = 149+224+178=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0B2 is #6A1F4D. Grayscale: #C4C4C4. Windows color (decimal): -6954830 or 11722901. OLE color: 11722901.

HSL color Cylindrical-coordinate representation of color #95E0B2: hue angle of 143.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0B2 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 178 -
CMYK 0.33 0 0.21 0.12
HSL 143.2º 0.55% 0.73% -
HSV(B) 143.2º 0.33% 0.88% -
XYZ 47.09 62.92 51.78 -
YUV 196.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 149 224 178 0.33 0 0.21 0.12 143.2 0.55 0.73
Hex 95 E0 B2 21 0 15 C 8F 37 49
Octal 225 340 262 41 0 25 14 217 67 111
Binary 10010101 11100000 10110010 100001 0 10101 1100 10001111 110111 1001001

Color Harmonies of #95E0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0B2

Black with #95E0B2

Text Example


Text Example

White with #95E0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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