#92F9B6

Color #92F9B6 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #92F9B6

Tints of Vista Blue #92F9B6

Color information

#92F9B6 (or 0x92F9B6) is unknown color: approx Vista Blue. HEX triplet: 92, F9 and B6. RGB value is (146,249,182). Sum of RGB (Red+Green+Blue) = 146+249+182=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F9B6 is #6D0649. Grayscale: #D2D2D2. Windows color (decimal): -7145034 or 11991442. OLE color: 11991442.

HSL color Cylindrical-coordinate representation of color #92F9B6: hue angle of 140.97º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F9B6 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB146249182-
CMYK0.4100.270.02
HSL140.97º89.57%77.45%-
HSV(B)140.97º41.37%97.65%-
XYZ54.1777.2456.31-
YUV210.56111.8881.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.30%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=25.30%
G=43.15%
B=31.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491820.4100.270.02140.9789.5777.45
Hex92F9B62901B28d5a4d
Octal222371266510332215132115
Binary100100101111100110110110101001011011101000110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F9B6; }

 p { color: rgb(146,249,182); }

 H1.HeaderClassName
 {
   color: #92F9B6;
 }
 .AnyTagClassName
 {
   color: #92F9B6;
 }
</style>
background-color css

<style>
 a { background-color: #92F9B6; }

 a { background-color: rgb(146,249,182); }

 div.DivClassName
 {
   background-color: #92F9B6;
 }
 .BgClassName
 {
   background-color: #92F9B6;
 }
</style>
border-color css

<style>
 span { border-color: #92F9B6; }

 span { border-color: rgb(146,249,182); }

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