Html Css Color HEX #95DCAC Vista Blue

📋 copy color: '#95DCAC'

red 149 ◦ green 220 ◦ blue 172

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

Shades of Vista Blue #95DCAC

Tints of Vista Blue #95DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 27.54%
G = 40.67%
B = 31.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#95DCAC (or 0x95DCAC) is known color: Vista Blue. HEX triplet: 95, DC and AC. RGB value is (149,220,172). Sum of RGB (Red+Green+Blue) = 149+220+172=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCAC is #6A2353. Grayscale: #C1C1C1. Windows color (decimal): -6955860 or 11328661. OLE color: 11328661.

HSL color Cylindrical-coordinate representation of color #95DCAC: hue angle of 139.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCAC is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 172 -
CMYK 0.32 0 0.22 0.14
HSL 139.44º 0.5% 0.72% -
HSV(B) 139.44º 0.32% 0.86% -
XYZ 45.43 60.55 48.32 -
YUV 193.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 149 220 172 0.32 0 0.22 0.14 139.44 0.5 0.72
Hex 95 DC AC 20 0 16 E 8B 32 48
Octal 225 334 254 40 0 26 16 213 62 110
Binary 10010101 11011100 10101100 100000 0 10110 1110 10001011 110010 1001000

Color Harmonies of #95DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCAC

Black with #95DCAC

Text Example


Text Example

White with #95DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,172); }

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

background-color css

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

 a { background-color: rgb(149,220,172); }

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

border-color css

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

 span { border-color: rgb(149,220,172); }

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