Html Css Color HEX #96DAAC Vista Blue

📋 copy color: '#96DAAC'

red 150 ◦ green 218 ◦ blue 172

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

Shades of Vista Blue #96DAAC

Tints of Vista Blue #96DAAC

RGB

 RED value IS 150 (58.98% from 255) = 27.78%

 GREEN value IS 218 (85.55% from 255) = 40.37%

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

R = 27.78%
G = 40.37%
B = 31.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#96DAAC (or 0x96DAAC) is known color: Vista Blue. HEX triplet: 96, DA and AC. RGB value is (150,218,172). Sum of RGB (Red+Green+Blue) = 150+218+172=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAAC is #692553. Grayscale: #C0C0C0. Windows color (decimal): -6890836 or 11328150. OLE color: 11328150.

HSL color Cylindrical-coordinate representation of color #96DAAC: hue angle of 139.41º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAAC is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 172 -
CMYK 0.31 0 0.21 0.15
HSL 139.41º 0.48% 0.72% -
HSV(B) 139.41º 0.31% 0.85% -
XYZ 45.1 59.61 48.16 -
YUV 192.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 150 218 172 0.31 0 0.21 0.15 139.41 0.48 0.72
Hex 96 DA AC 1F 0 15 F 8B 30 48
Octal 226 332 254 37 0 25 17 213 60 110
Binary 10010110 11011010 10101100 11111 0 10101 1111 10001011 110000 1001000

Color Harmonies of #96DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DAAC

Black with #96DAAC

Text Example


Text Example

White with #96DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DAAC; }

 p { color: rgb(150,218,172); }

 H1.HeaderClassName
 {
   color: #96DAAC;
 }
 .AnyTagClassName
 {
   color: #96DAAC;
 }
</style>

background-color css

<style>
 a { background-color: #96DAAC; }

 a { background-color: rgb(150,218,172); }

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

border-color css

<style>
 span { border-color: #96DAAC; }

 span { border-color: rgb(150,218,172); }

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