Html Css Color HEX #96CEAC Vista Blue

📋 copy color: '#96CEAC'

red 150 ◦ green 206 ◦ blue 172

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

Shades of Vista Blue #96CEAC

Tints of Vista Blue #96CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 28.41%
G = 39.02%
B = 32.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#96CEAC (or 0x96CEAC) is known color: Vista Blue. HEX triplet: 96, CE and AC. RGB value is (150,206,172). Sum of RGB (Red+Green+Blue) = 150+206+172=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEAC is #693153. Grayscale: #B9B9B9. Windows color (decimal): -6893908 or 11325078. OLE color: 11325078.

HSL color Cylindrical-coordinate representation of color #96CEAC: hue angle of 143.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEAC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 172 -
CMYK 0.27 0 0.17 0.19
HSL 143.57º 0.36% 0.7% -
HSV(B) 143.57º 0.27% 0.81% -
XYZ 42.1 53.61 47.16 -
YUV 185.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 150 206 172 0.27 0 0.17 0.19 143.57 0.36 0.7
Hex 96 CE AC 1B 0 11 13 90 24 46
Octal 226 316 254 33 0 21 23 220 44 106
Binary 10010110 11001110 10101100 11011 0 10001 10011 10010000 100100 1000110

Color Harmonies of #96CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEAC

Black with #96CEAC

Text Example


Text Example

White with #96CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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